[libcxx-commits] [PATCH] D69344: [libcxx] Add move constructor to compressed pair

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 24 08:12:16 PDT 2019


zoecarver added a comment.

I would have also expected `= default` to work but, it doesn't seem to. I think because `__compressed_pair ` inherits from both its elements instead of storing them as members.

Yes, we care to fix that for D62274 <https://reviews.llvm.org/D62274>.


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