[libcxx-commits] [PATCH] D110598: [libc++] P0980R1 (constexpr std::string)
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 28 09:38:18 PDT 2021
Mordante added a comment.
Thanks for working on this! You can have a look at D68365 <https://reviews.llvm.org/D68365> which is a prototype for `constexpr` `std::vector`.
For how to test `constexpr` have a look at `libcxx/test/std/ranges/range.adaptors/range.common.view/adaptor.pass.cpp` in D110433 <https://reviews.llvm.org/D110433> for an example.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110598/new/
https://reviews.llvm.org/D110598
More information about the libcxx-commits
mailing list