[libcxx-commits] [PATCH] D81417: [libcxx] Fix LWG 2874: Constructor shared_ptr::shared_ptr(Y*) should be constrained.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 19 13:53:56 PST 2021
zoecarver updated this revision to Diff 325085.
zoecarver added a comment.
- Only use sfinae after C++03.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81417/new/
https://reviews.llvm.org/D81417
Files:
libcxx/include/memory
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81417.325085.patch
Type: text/x-patch
Size: 4754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210219/f805b84e/attachment.bin>
More information about the libcxx-commits
mailing list