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
I'm not very fond of this style of using exceptions for error handling. Using something around std::system_error is what I'm more fond of, even if it still throws exceptions. Or even absl::Status/absl::StatusOr/std::excepted.
I'm not very fond of this style of using exceptions for error handling. Using something around std::system_error is what I'm more fond of, even if it still throws exceptions. Or even
absl::Status/absl::StatusOr/std::excepted.