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

‘iota’ is not a member of ‘std’ #1

Open
mrBen opened this issue Apr 2, 2019 · 2 comments
Open

‘iota’ is not a member of ‘std’ #1

mrBen opened this issue Apr 2, 2019 · 2 comments

Comments

@mrBen
Copy link

mrBen commented Apr 2, 2019

Hi,
When I compile the code with g++ (haven't try with cmake), I get the following error: ‘iota’ is not a member of ‘std’. It can be fix by adding #include <numeric>.

@Yishun99
Copy link
Owner

Yishun99 commented Apr 3, 2019

Thanks!

@Mechazo11
Copy link

Hi, When I compile the code with g++ (haven't try with cmake), I get the following error: ‘iota’ is not a member of ‘std’. It can be fix by adding #include <numeric>.

Thanks.

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

No branches or pull requests

3 participants