[libcxx-commits] [PATCH] D130838: [libc++] Implement `operator<=>` for `unique_ptr`

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 2 12:20:02 PDT 2022


avogelsgesang updated this revision to Diff 449377.
avogelsgesang added a comment.

Update based on feedback from D130852 <https://reviews.llvm.org/D130852>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130838/new/

https://reviews.llvm.org/D130838

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/docs/Status/SpaceshipProjects.csv
  libcxx/include/__memory/unique_ptr.h
  libcxx/include/memory
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/cmp.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/cmp_nullptr.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/eq.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/rel.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130838.449377.patch
Type: text/x-patch
Size: 22773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220802/d50bb134/attachment-0001.bin>


More information about the libcxx-commits mailing list