cpp-proposals-pub icon indicating copy to clipboard operation
cpp-proposals-pub copied to clipboard

[P2642] Remove constexpr/noexcept from defaulted special members

Open Quuxplusone opened this issue 1 year ago • 0 comments

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.)

Quuxplusone avatar Nov 10 '23 01:11 Quuxplusone