We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6a32f commit 816d158Copy full SHA for 816d158
stl/inc/limits
@@ -122,9 +122,7 @@ struct _Num_int_base : _Num_base { // base for integer types
122
static constexpr bool is_specialized = true;
123
#if !defined(__clang__) || defined(__x86_64__) || defined(__i386__)
124
static constexpr bool traps = true;
125
-#else // ^^^ not Clang or x64 or x86 / Clang and not x64 and not x86 vvv
126
- static constexpr bool traps = false;
127
-#endif // ^^^ Clang and not x64 and not x86 ^^^
+#endif // ^^^ not Clang or x64 or x86 ^^^
128
static constexpr int radix = 2;
129
};
130
0 commit comments