[libcxx-commits] [PATCH] D62274: shared_ptr deleter requirements (2802)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 17 11:39:43 PST 2021
zoecarver added inline comments.
================
Comment at: libcxx/include/memory:3015
{
__d(__p);
throw;
----------------
I was just thinking, is this going to be problematic if `__d` has already been moved?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62274/new/
https://reviews.llvm.org/D62274
More information about the libcxx-commits
mailing list