[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
Sat Jan 14 17:16:03 PST 2023


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

Review. 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.489319.patch
Type: text/x-patch
Size: 12661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230115/95407cfd/attachment-0001.bin>


More information about the libcxx-commits mailing list