[libcxx-commits] [PATCH] D81412: [libcxx] Fix LWG 2876: shared_ptr::shared_ptr(const weak_ptr<Y>&) constructor should be constrained.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 9 22:01:47 PDT 2020
zoecarver planned changes to this revision.
zoecarver added a comment.
> If we don't have proper support for array types in weak_ptr, we should add it separately (with tests too), not as part of fixing this simple LWG issue.
I was hoping to put together a patch for this today but I didn't have time. I should be able to implement this tomorrow or sometime later this week. We should put this patch on hold until that's done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81412/new/
https://reviews.llvm.org/D81412
More information about the libcxx-commits
mailing list