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
Tell me please why {fmt} uses its own implementation of int error_code and fmt::system_error/fmt::windows_error instead of std::error_code and std::system_error from C++11 standard?
Tell me please why {fmt} uses its own implementation of
int error_codeandfmt::system_error/fmt::windows_errorinstead ofstd::error_codeandstd::system_errorfrom C++11 standard?