Inline visitor

This commit is contained in:
Victor Zverovich 2020-06-07 08:36:33 -07:00
parent 6732ea5000
commit 38cc68b3e5

View File

@ -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