mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Inline visitor
This commit is contained in:
parent
6732ea5000
commit
38cc68b3e5
@ -1794,7 +1794,7 @@ class arg_formatter_base {
|
||||
}
|
||||
|
||||
template <typename T, FMT_ENABLE_IF(is_integral<T>::value)>
|
||||
iterator operator()(T value) {
|
||||
FMT_INLINE iterator operator()(T value) {
|
||||
if (specs_)
|
||||
write_int(value, *specs_);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user