Morwenn opened this issue 5 years ago · 0 comments
LWG2510 requires the default std::pair constructor to be EXPLICIT:
std::pair
EXPLICITconstexpr pair();
EXPLICIT
constexpr pair();
We should follow that resolution if possible. If hope that it can be implemented without relying on compiler-specific intrinsics.