-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
solution: invalidthe issue is not related to the librarythe issue is not related to the library
Description
- What is the issue you have?
I had a variable named "or", and my compiler issues an error message about "unexpected ||", so I guessed that there might be a stray #define that has not been #undefed.
-
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
-
What is the expected behavior?
I expect the header library to only export genuinely public symbols. Maybe #undef 'or' before the end of the header, or do without the #define.
-
And what is the actual behavior instead?
-
Which compiler and operating system are you using? Is it a supported compiler?
-
Did you use a released version of the library or the version from the
developbranch? -
If you experience a compilation error: can you compile and run the unit tests?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
solution: invalidthe issue is not related to the librarythe issue is not related to the library