We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db0820 + b087f88 commit 1bb5ca2Copy full SHA for 1bb5ca2
deps/fmt
src/openvic-dataloader/DiagnosticLogger.hpp
@@ -26,7 +26,7 @@
26
#include <dryad/node_map.hpp>
27
#include <dryad/tree.hpp>
28
29
-#include <fmt/core.h>
+#include <fmt/format.h>
30
31
#include <lexy_ext/report_error.hpp>
32
@@ -216,7 +216,7 @@ namespace ovdl {
216
using file_type = typename parse_state_type::file_type;
217
218
template<typename... Args>
219
- using format_str = fmt::basic_format_string<char, fmt::type_identity_t<Args>...>;
+ using format_str = fmt::format_string<Args...>;
220
221
explicit BasicDiagnosticLogger(const file_type& file)
222
: _file(&file) {
0 commit comments