[libcxx-commits] [PATCH] D98151: [libcxx] adds std::identity to <functional>
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 26 13:08:18 PDT 2021
cjdb updated this revision to Diff 333613.
cjdb added a comment.
After checking that no coverage is lost, I've adopted @Quuxplusone's suggested test with minor changes. There are still two concept tests, since I think both of those are simpler than the alternative.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98151/new/
https://reviews.llvm.org/D98151
Files:
libcxx/include/functional
libcxx/test/std/utilities/function.objects/func.identity/identity.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98151.333613.patch
Type: text/x-patch
Size: 3196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210326/10a12da7/attachment.bin>
More information about the libcxx-commits
mailing list