diff --git a/deps/fmt b/deps/fmt index f5e5435..40626af 160000 --- a/deps/fmt +++ b/deps/fmt @@ -1 +1 @@ -Subproject commit f5e54359df4c26b6230fc61d38aa294581393084 +Subproject commit 40626af88bd7df9a5fb80be7b25ac85b122d6c21 diff --git a/src/openvic-dataloader/DiagnosticLogger.hpp b/src/openvic-dataloader/DiagnosticLogger.hpp index 9bd9761..285d85f 100644 --- a/src/openvic-dataloader/DiagnosticLogger.hpp +++ b/src/openvic-dataloader/DiagnosticLogger.hpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include @@ -216,7 +216,7 @@ namespace ovdl { using file_type = typename parse_state_type::file_type; template - using format_str = fmt::basic_format_string...>; + using format_str = fmt::format_string; explicit BasicDiagnosticLogger(const file_type& file) : _file(&file) {