mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
check args on formatting
This commit is contained in:
@@ -89,7 +89,7 @@ struct formatter<spdlog::details::dump_info<T>>
|
||||
|
||||
// parse the format string flags
|
||||
template<typename ParseContext>
|
||||
auto parse(ParseContext &ctx) -> decltype(ctx.begin())
|
||||
FMT_CONSTEXPR auto parse(ParseContext &ctx) -> decltype(ctx.begin())
|
||||
{
|
||||
auto it = ctx.begin();
|
||||
while (it != ctx.end() && *it != '}')
|
||||
|
Reference in New Issue
Block a user