Revert last commit

pull/3028/head
gabime 2 years ago
parent 9c1e1c85aa
commit 5c93f5ff34

@ -293,6 +293,13 @@ struct loc_with_fmt
: loc(loc) : loc(loc)
, fmt_string(fmt_str) , fmt_string(fmt_str)
{} {}
#ifndef SPDLOG_USE_STD_FORMAT
constexpr loc_with_fmt(fmt::runtime_format_string<char> fmt_str, source_loc loc = source_loc::current()) noexcept
: loc(loc)
, fmt_string(fmt_str.str)
{}
#endif
}; };
struct file_event_handlers struct file_event_handlers

Loading…
Cancel
Save