Commit 6ede696b authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment