
This patch does two things: - Remove exception specifications of `= default`ed special member functions - `= default` special member functions The first part is NFC because the explicit specification does exactly the same as the implicit specification. The second is NFC because it does exactly what the `= default`ed special member does.