[PATCH] D24372: [libcxx] Sprinkle constexpr over compressed_pair
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 26 14:04:36 PDT 2016
EricWF added a comment.
FYI `std::move` and `std::forward` are now constexpr in C++11. There is no need to use `__forward`.
Repository:
rL LLVM
https://reviews.llvm.org/D24372
More information about the cfe-commits
mailing list