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 586b09f commit e627022Copy full SHA for e627022
stl/inc/limits
@@ -120,10 +120,8 @@ struct _Num_int_base : _Num_base { // base for integer types
120
static constexpr bool is_exact = true;
121
static constexpr bool is_integer = true;
122
static constexpr bool is_specialized = true;
123
-#if defined(_M_IX86) || defined(_M_X64)
124
- static constexpr bool traps = true;
125
-#endif
126
- static constexpr int radix = 2;
+ static constexpr bool traps = true;
+ static constexpr int radix = 2;
127
};
128
129
struct _Num_float_base : _Num_base { // base for floating-point types
0 commit comments