[libcxx-commits] [PATCH] D135548: [libc++][LWG 2996] Implement c++20 shared_ptr rvalue overloads.

Deev Patel via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 16 22:27:44 PST 2023


pateldeev updated this revision to Diff 498251.
pateldeev added a comment.

Rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135548

Files:
  libcxx/docs/Status/Cxx20Issues.csv
  libcxx/include/__memory/shared_ptr.h
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/reinterpret_pointer_cast.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135548.498251.patch
Type: text/x-patch
Size: 12679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230217/feafc028/attachment-0001.bin>


More information about the libcxx-commits mailing list