-
Notifications
You must be signed in to change notification settings - Fork 54
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
Use a namespace linux,but it expand as a macro #77
Comments
Sorry, I don't understand what you mean. Could you elaborate please? |
Thinks this probably is the same error as i get:
|
What compiler are you using? It seems the compiler defines a macro named "linux". Do you find any documentation for that macro? |
I do not find any compiler which defines "linux". It seems rather strange to me to do this, for a compiler. |
I'm currently building with:
Using this docker file: |
This happens if you are missing the C++ version. The linux macro is deprecated but included if you don't specify a C++ version: |
No description provided.
The text was updated successfully, but these errors were encountered: