We require move semantics in C++03 anyways, so let's enable them for the containers.
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rG06cf0ce90a8f: [libc++] Enable move semantics for vector in C++03
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am fine with this in principle, but I'd like to see CI green. Please ping me again once that's passing.
libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp | ||
---|---|---|
9 | These all should be: // UNSUPPORTED: c++03 && !stdlib=libc++. Other standard libraries probably don't support move semantics in C++03. |
Comment Actions
LGTM once my comment is addressed!
libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp | ||
---|---|---|
9 | I don't think this comment was addressed. |
These all should be: // UNSUPPORTED: c++03 && !stdlib=libc++. Other standard libraries probably don't support move semantics in C++03.