We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de5b1 commit 51cb5e2Copy full SHA for 51cb5e2
libcxx/test/std/containers/insert_range_maps_sets.h
@@ -264,6 +264,7 @@ TEST_CONSTEXPR_CXX26 bool test_map_insert_range_move_only() {
264
Value input[5];
265
std::ranges::subrange in(std::move_iterator{input}, std::move_iterator{input + 5});
266
267
+// TODO: this causes failures presumably due to the same issues as move_alloc and move_assign
268
Container<int, MoveOnly> c;
269
c.insert_range(in);
270
return true;
0 commit comments