cpp-proposals-pub
cpp-proposals-pub copied to clipboard
[P2642] Remove constexpr/noexcept from defaulted special members
constexprness/noexceptness are automatic for defaulted special members.
(That is, they're automatically inferred with the correct values. I have not confirmed whether all your noexcepts here were actually always-true; it's possible that by doing this I'm removing the possibility of "rogue std::terminates," and you ought to consider that before merging.)