Skip to content

Commit 6258613

Browse files
unnecessary comment
1 parent 66b4d6f commit 6258613

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

2424
int main(int, char**) {
2525
assert(test_ordered_map_container_spaceship<std::map>());
26-
// `std::map` is not constexpr before C++26
27-
2826
#if TEST_STD_VER >= 26
2927
static_assert(test_ordered_map_container_spaceship<std::map>());
3028
#endif

0 commit comments

Comments
 (0)