fixed fmt runtime

pull/2690/head
M. Galib Uludag 2 years ago committed by GitHub
parent fdd634b926
commit 299e22318d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -157,6 +157,10 @@ struct format_string_wrapper
: fmt_{fmt}
, loc_{loc}
{}
format_string_wrapper(fmt::basic_runtime<char> fmtstr, details::source_location loc = details::source_location::current())
: fmt_{fmtstr}
, loc_{loc}
{}
SPDLOG_CONSTEXPR T fmt() const
{
return fmt_;

Loading…
Cancel
Save