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
Make sure you read and understand this document.
Use one of the two templates below and delete the rest.
BUG REPORT
FEATURE REQUEST
BUG REPORT
I am trying to use the Arduino framework that relies on the standalone sdk and came across the min/max macros. These two macros make most C++ containers useless as they no longer compile correctly. The container classes use the std::numeric_limits::max() function, hence the compiler target no longer makes sense.
Expected behaviour
There should be no lower-case min or max macro's. Only inline functions.
Make sure you read and understand this document.
Use one of the two templates below and delete the rest.
Expected behaviour
There should be no lower-case min or max macro's. Only inline functions.
Actual behavior
Test code
Provide a Minimal, Complete, and Verifiable example which will reproduce the problem.
Hardware
Sipeed Maixduino
System
MacOS
The text was updated successfully, but these errors were encountered: