Assignment operators
<bits/exception.h>
Assignment operator
constexpr exception& operator=(exception const& value) = default;
constexpr exception& operator=(exception&& value) = default;