detail::pair: make piecewise ctor not constexpr
It should not be marked as constexpr because it does not initialize all members directly (but through another ctor). std::pair piecewise ctor is constexpr only in c++20.
parent
911b7aba
Please register or sign in to comment