From 9d96e4852a4a25fdc323f656e24034fa1a280826 Mon Sep 17 00:00:00 2001 From: Winfidonarleyan Date: Fri, 11 Sep 2020 17:54:07 +0700 Subject: Dep/fmt: update fmt library to 7.0.3 --- src/common/Utilities/StringFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Utilities/StringFormat.h') diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index ba0adacc888..da1615575a4 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -30,7 +30,7 @@ namespace Trinity { return fmt::sprintf(std::forward(fmt), std::forward(args)...); } - catch (const fmt::FormatError& formatError) + catch (const fmt::format_error& formatError) { std::string error = "An error occurred formatting string \"" + std::string(fmt) + "\" : " + std::string(formatError.what()); return error; -- cgit v1.2.3