diff --git a/src/fmt.hpp b/src/fmt.hpp index a6b971b..ab253f0 100644 --- a/src/fmt.hpp +++ b/src/fmt.hpp @@ -40,6 +40,7 @@ struct fmt::formatter : formatter namespace fmt { static + inline std::runtime_error vexception(fmt::string_view fmt_, fmt::format_args args_) @@ -52,6 +53,8 @@ namespace fmt } template + static + inline std::runtime_error exception(Str const &fmt_, Args &&... args_)