Skip to content

Commit 7cfa07f

Browse files
Pass compare.pass.cpp
1 parent b3218a7 commit 7cfa07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/test/std/containers/associative/map/compare.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
struct Key {
2525
template <typename T>
26-
Key(const T&) {}
27-
bool operator<(const Key&) const { return false; }
26+
TEST_CONSTEXPR_CXX26 Key(const T&) {}
27+
TEST_CONSTEXPR_CXX26 bool operator<(const Key&) const { return false; }
2828
};
2929

3030
TEST_CONSTEXPR_CXX26 bool test() {

0 commit comments

Comments
 (0)