Skip to content

Commit 51cb5e2

Browse files
note for failure
1 parent d1de5b1 commit 51cb5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/containers/insert_range_maps_sets.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ 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
267268
Container<int, MoveOnly> c;
268269
c.insert_range(in);
269270
return true;

0 commit comments

Comments
 (0)