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
feat: store message as a shared constant char array (#108)
* feat: use `const char*` for the `msg` parameter in the `make` function
* feat: store `Error::message` as `std::shared_ptr<const char[]>`
* feat: use `std::string_view` for the `msg` parameter in the `make` function
* style: rename `Error::message_ptr` to `Error::msg_ptr`
0 commit comments