Update fmt to 6.2.0 (#4718)

* Update fmt to 6.2.0
This commit is contained in:
peterbell10
2020-05-05 22:52:14 +01:00
committed by GitHub
parent 8e2dfce84b
commit 57952505e5
25 changed files with 255 additions and 117 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ static void UniversalMain(std::unique_ptr<cSettingsRepositoryInterface> a_Overri
cRoot Root;
Root.Start(std::move(a_OverridesRepo));
}
catch (const fmt::FormatError & exc)
catch (const fmt::format_error & exc)
{
cRoot::m_TerminateEventRaised = true;
FLOGERROR("Formatting exception: {0}", exc.what());