[libcxx-commits] [PATCH] D69344: [libcxx] Add move constructor to compressed pair
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 24 07:48:52 PDT 2019
EricWF added a comment.
In D69344#1719825 <https://reviews.llvm.org/D69344#1719825>, @zoecarver wrote:
> I should have made it clear, my bad, this fixes the move constructor in C++03 mode.
I don't know how much we care to fix that. But if we do, does `= default` work instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69344/new/
https://reviews.llvm.org/D69344
More information about the libcxx-commits
mailing list