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

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 11:52:29 PDT 2022


avogelsgesang updated this revision to Diff 450090.
avogelsgesang marked 3 inline comments as done.
avogelsgesang added a comment.

address review comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130838

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  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.450090.patch
Type: text/x-patch
Size: 24085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220804/c8ec162d/attachment-0001.bin>


More information about the libcxx-commits mailing list