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

Deev Patel via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 9 17:39:33 PDT 2022


pateldeev created this revision.
Herald added a project: All.
pateldeev edited the summary of this revision.
pateldeev added a reviewer: philnik.
pateldeev published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implement c++20 `shared_ptr ` rvalue overloads for aliasing constructor and pointer casts.


Repository:
  rG LLVM Github Monorepo

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135548.466403.patch
Type: text/x-patch
Size: 9705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221010/5f79ab4b/attachment.bin>


More information about the libcxx-commits mailing list