Remove constexpr specifier from defaulted struct assignment operators.
Those operators are implicitly declared as constexpr, if they are constexpr-compatible.
This commit is contained in:
Those operators are implicitly declared as constexpr, if they are constexpr-compatible.