Skip to content

Commit 61c48e5

Browse files
committed
Address feedback
1 parent 0f8bfd0 commit 61c48e5

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

libcxx/test/libcxx/utilities/template.bitset/assert.abi-v2.pass.cpp

Lines changed: 0 additions & 45 deletions
This file was deleted.

libcxx/test/libcxx/utilities/template.bitset/assert.abi-v1.pass.cpp renamed to libcxx/test/libcxx/utilities/template.bitset/assert.pass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
// <bitset>
1010

11-
// Test hardening assertions for std::bitset using ABI v1 (where the const overload of `operator[]` returns
12-
// `const_reference` which is non-Standard behavior).
11+
// Test hardening assertions for std::bitset.
1312

1413
// REQUIRES: has-unix-headers
1514
// UNSUPPORTED: libcpp-hardening-mode=none

libcxx/test/std/utilities/template.bitset/bitset.members/op_and_eq.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// ADDITIONAL_COMPILE_FLAGS(has-fconstexpr-steps): -fconstexpr-steps=2000000
10+
911
// bitset<N>& operator&=(const bitset<N>& rhs); // constexpr since C++23
1012

1113
#include <bitset>

0 commit comments

Comments
 (0)