[libcxx-commits] [PATCH] D130852: [libc++] Implement `operator<=>` for `shared_ptr`
Adrian Vogelsgesang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 2 11:19:08 PDT 2022
avogelsgesang updated this revision to Diff 449353.
avogelsgesang marked 2 inline comments as done.
avogelsgesang added a comment.
- Use `noexcept` instead of macro
- Rebase on D130855 <https://reviews.llvm.org/D130855>
- (Hopefully) fix CI by adding missing include (?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130852/new/
https://reviews.llvm.org/D130852
Files:
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/__memory/shared_ptr.h
libcxx/include/memory
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/cmp.pass.cpp
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/cmp_nullptr.pass.cpp
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/eq.pass.cpp
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/lt.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130852.449353.patch
Type: text/x-patch
Size: 16670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220802/9e1c0cf9/attachment-0001.bin>
More information about the libcxx-commits
mailing list