[libcxx-commits] [PATCH] D123802: [libc++] Enable move semantics for vector in C++03
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 25 13:55:39 PDT 2022
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
I am fine with this in principle, but I'd like to see CI green. Please ping me again once that's passing.
================
Comment at: libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp:9
-// UNSUPPORTED: c++03
-
----------------
These all should be: `// UNSUPPORTED: c++03 && !stdlib=libc++`. Other standard libraries probably don't support move semantics in C++03.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123802/new/
https://reviews.llvm.org/D123802
More information about the libcxx-commits
mailing list