We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bitset
1 parent 6d1502c commit 91876eaCopy full SHA for 91876ea
libcxx/test/std/utilities/template.bitset/bitset.members/op_or_eq.pass.cpp
@@ -6,6 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=15000000
10
+
11
// bitset<N>& operator|=(const bitset<N>& rhs); // constexpr since C++23
12
13
#include <bitset>
libcxx/test/std/utilities/template.bitset/bitset.members/right_shift_eq.pass.cpp
// bitset<N>& operator<<=(size_t pos); // constexpr since C++23
0 commit comments