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

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 1 12:28:35 PDT 2022


avogelsgesang updated this revision to Diff 449094.
avogelsgesang edited the summary of this revision.
avogelsgesang added a comment.

Forgot to `git add` the `_LIBCPP_HIDE_FROM_ABI`


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.449094.patch
Type: text/x-patch
Size: 16276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220801/9e2c48f6/attachment-0001.bin>


More information about the libcxx-commits mailing list