[libcxx-commits] [PATCH] D69286: I implemented the features listed in this document: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0616r0.pdf and built libc++ using ninja without any errors/warnings. I Also ran the test suite it using `lit` and passed all the unit tests.
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 25 14:02:53 PDT 2019
EricWF added inline comments.
================
Comment at: libcxx/include/set:489
is_nothrow_copy_constructible<key_compare>::value)
- : __tree_(value_compare()) {}
+ : __tree_(value_compare()) {
----------------
What's up with this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69286/new/
https://reviews.llvm.org/D69286
More information about the libcxx-commits
mailing list