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

missing #include <algorithm> #19

Closed
jenniferliddle opened this issue Mar 26, 2020 · 2 comments
Closed

missing #include <algorithm> #19

jenniferliddle opened this issue Mar 26, 2020 · 2 comments

Comments

@jenniferliddle
Copy link

I had to add
#include <algorithm>
to primer_bed.h
in order to avoid the compilation error:
‘all_of’ is not a member of ‘std’

@gkarthik
Copy link
Member

Could you please add the version of gcc you're using. I think this should be included in -std=c++11. Thanks!

@jenniferliddle
Copy link
Author

I've tried with both 8.1.0 and 9.1.0 versions of gcc.
I'm using the supplied configure script and can confirm the makefile includes -std=c++11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants