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

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 31 12:43:26 PDT 2022


avogelsgesang created this revision.
Herald added a project: All.
avogelsgesang requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements part of:

- P1614R2 The Mothership has Landed


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130852

Files:
  libcxx/docs/ReleaseNotes.rst
  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_nullptr.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/order.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130852.448878.patch
Type: text/x-patch
Size: 9279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220731/43174294/attachment.bin>


More information about the libcxx-commits mailing list