We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6302655 commit e118b50Copy full SHA for e118b50
cpp/arduino/WString.h
@@ -12,8 +12,8 @@ typedef std::string string;
12
13
// work around some portability issues
14
#if defined(__clang__)
15
- #define ARDUINOCI_ISNAN ::isnan
16
- #define ARDUINOCI_ISINF ::isinf
+ #define ARDUINOCI_ISNAN isnan
+ #define ARDUINOCI_ISINF isinf
17
#elif defined(__GNUC__) || defined(__GNUG__)
18
#define ARDUINOCI_ISNAN std::isnan
19
#define ARDUINOCI_ISINF std::isinf
0 commit comments