You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: