[libcxx-commits] [PATCH] D69344: [libcxx] Add move constructor to compressed pair
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 14 13:24:29 PDT 2020
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Herald added a reviewer: libc++.
This sounds reasonable to me, however `= default` is not going to work in C++03 (unless there's a Clang extension I'm not aware of). @zoecarver Do you still need this?
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