Morwenn/tight_pair

LWG2510

Morwenn opened this issue · 0 comments

LWG2510 requires the default std::pair constructor to be EXPLICIT:

EXPLICITconstexpr pair();

We should follow that resolution if possible. If hope that it can be implemented without relying on compiler-specific intrinsics.