[libcxx-commits] [PATCH] D84275: [Libcxx] Finish implementing Paper 0202R3
Nicholas Baron via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 21 18:20:41 PDT 2020
Nicholas-Baron added a comment.
In D84275#2165639 <https://reviews.llvm.org/D84275#2165639>, @mclow.lists wrote:
> I see no tests.
I apologize, as this is my first time contributing. I do not know where the tests for the other functions that were made constexpr are.
My testing plan would at least involve showing that the functions compile in a constexpr context in C++20 and not in earlier versions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84275/new/
https://reviews.llvm.org/D84275
More information about the libcxx-commits
mailing list