Fix compilation for msvc 2015
This commit is contained in:
parent
e3c333be47
commit
382478259f
@ -948,7 +948,7 @@ public:
|
||||
auto millis = fmt_helper::time_fraction<milliseconds>(msg.time);
|
||||
fmt_helper::pad3(static_cast<uint32_t>(millis.count()), dest);
|
||||
|
||||
SPDLOG_CONSTEXPR string_view_t closing_bracket{"] "};
|
||||
string_view_t closing_bracket{"] ", 2};
|
||||
fmt_helper::append_string_view(closing_bracket, dest);
|
||||
|
||||
#else // no datetime needed
|
||||
|
Loading…
Reference in New Issue
Block a user