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

GLM_LANG on gcc6 with -std=c++1z #918

Closed
petersteneteg opened this issue Jun 26, 2019 · 0 comments · Fixed by #921
Closed

GLM_LANG on gcc6 with -std=c++1z #918

petersteneteg opened this issue Jun 26, 2019 · 0 comments · Fixed by #921

Comments

@petersteneteg
Copy link

When compiling with g++ 6 and using the -std=c++1z flag the __cplusplus macro is set to 201500 which fails to get recognized in setup.hpp which only looks for 201103L, 201402L, 201703L.

the problem can be seen here
https://godbolt.org/z/Fsnu4J

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 a pull request may close this issue.

1 participant