You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make `Error::Message()` a proper `noexcept` method because it is
called by `what()`
- Mark the `_message` member of `Error` mutable instead of using
a `const_cast`, this is what `mutable` is there for.
0 commit comments