mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Fix a warning.
This commit is contained in:
parent
bb01633d19
commit
366e852f00
@ -129,7 +129,7 @@ void report_error(FormatFunc func,
|
|||||||
} catch (...) {}
|
} catch (...) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
const Arg DUMMY_ARG = {Arg::INT, 0};
|
const Arg DUMMY_ARG = {Arg::INT, {0}};
|
||||||
|
|
||||||
// IsZeroInt::visit(arg) returns true iff arg is a zero integer.
|
// IsZeroInt::visit(arg) returns true iff arg is a zero integer.
|
||||||
class IsZeroInt : public fmt::internal::ArgVisitor<IsZeroInt, bool> {
|
class IsZeroInt : public fmt::internal::ArgVisitor<IsZeroInt, bool> {
|
||||||
|
Loading…
Reference in New Issue
Block a user