[libcxx-commits] [PATCH] D104172: [libc++] Remove some obsolete _LIBCPP_CXX03_LANG
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 28 09:11:40 PDT 2021
ldionne added a comment.
Please make sure we test things like `vector::emplace_back` and `vector::push_back(value_type&&)` in the test suite (i.e. we remove any `UNSUPPORTED: c++03` annotations).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104172/new/
https://reviews.llvm.org/D104172
More information about the libcxx-commits
mailing list