Skip to content

Commit 816d158

Browse files
committed
concise override
1 parent ad6a32f commit 816d158

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stl/inc/limits

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ struct _Num_int_base : _Num_base { // base for integer types
122122
static constexpr bool is_specialized = true;
123123
#if !defined(__clang__) || defined(__x86_64__) || defined(__i386__)
124124
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 ^^^
125+
#endif // ^^^ not Clang or x64 or x86 ^^^
128126
static constexpr int radix = 2;
129127
};
130128

0 commit comments

Comments
 (0)