[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
Wed May 18 12:54:22 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM once my comment is addressed!
================
Comment at: libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp:9
-// UNSUPPORTED: c++03
-
----------------
ldionne wrote:
> These all should be: `// UNSUPPORTED: c++03 && !stdlib=libc++`. Other standard libraries probably don't support move semantics in C++03.
I don't think this comment was addressed.
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