Skip to content

Commit ae13527

Browse files
one clean
1 parent efd9f96 commit ae13527

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/std/containers/insert_range_maps_sets.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ TEST_CONSTEXPR_CXX26 bool test_map_insert_range_move_only() {
264264
Value input[5];
265265
std::ranges::subrange in(std::move_iterator{input}, std::move_iterator{input + 5});
266266

267-
// TODO: this causes failures presumably due to the same issues as move_alloc and move_assign
268267
Container<int, MoveOnly> c;
269268
c.insert_range(in);
270269
return true;

0 commit comments

Comments
 (0)