Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "iota not in stdlib" bug in Debian Sid #470

Merged
merged 1 commit into from Apr 11, 2017
Merged

Fix "iota not in stdlib" bug in Debian Sid #470

merged 1 commit into from Apr 11, 2017

Conversation

yangvz
Copy link

@yangvz yangvz commented Apr 11, 2017

When compiling in Debian Sid, gcc 6.3.0, failed to find the iota() function. Probably because newest gcc version moved iota() from <algorithm> to <numeric>.

When compiling in Debian Sid, gcc 6.3.0, failed to find the iota() function. Probably because newest gcc version moved `iota()` from <algorithm> to <numeric>.
@suntzu86
Copy link
Contributor

thanks; have yet to try gcc6 myself.

@suntzu86 suntzu86 merged commit a07a62c into Yelp:denizokt_fix_sampled_points Apr 11, 2017
@yangvz yangvz deleted the patch-1 branch April 11, 2017 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants