[libcxx-commits] [PATCH] D132061: [libc++] static_assert preconditions in vector
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 2 18:24:08 PDT 2022
EricWF added a comment.
Sorry for the repeated comments. But if I understand the description correctly, the diagnostic below is no longer emitted?
error: call to implicitly-deleted copy constructor of 'NotCopyInsertable'
::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)...);
Because that's what I would need to see to understand *how to fix* the issue.
If we're blocking the user from seeing that, this patch should not land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132061/new/
https://reviews.llvm.org/D132061
More information about the libcxx-commits
mailing list