Skip to content

Commit 1bb5ca2

Browse files
authored
Merge pull request #83 from OpenVicProject/bump/fmt-40626af
Bump deps/fmt from `f5e5435` to `40626af`
2 parents 7db0820 + b087f88 commit 1bb5ca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/fmt

Submodule fmt updated 193 files

src/openvic-dataloader/DiagnosticLogger.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <dryad/node_map.hpp>
2727
#include <dryad/tree.hpp>
2828

29-
#include <fmt/core.h>
29+
#include <fmt/format.h>
3030

3131
#include <lexy_ext/report_error.hpp>
3232

@@ -216,7 +216,7 @@ namespace ovdl {
216216
using file_type = typename parse_state_type::file_type;
217217

218218
template<typename... Args>
219-
using format_str = fmt::basic_format_string<char, fmt::type_identity_t<Args>...>;
219+
using format_str = fmt::format_string<Args...>;
220220

221221
explicit BasicDiagnosticLogger(const file_type& file)
222222
: _file(&file) {

0 commit comments

Comments
 (0)