-
-
Notifications
You must be signed in to change notification settings - Fork 54
MIN/MAX macros are broken #211
Copy link
Copy link
Closed
Description
The MIN and MAX macros are written using C++ features.
C11 does not support references.
C11 does not support the typeof operator.
However, they are not in the C++-only portion of the header.
Code fails to build when using these macros from C11.
Fixed by #210.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels