fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
20.47k stars 2.45k forks source link

Replace std::fill_n with fmt::detail::fill_n #3909

Closed phprus closed 5 months ago

phprus commented 5 months ago

Fix for #3906

Error cause: invalid fmt::basic_appender<>::iterator_category type.

phprus commented 5 months ago

@vitaut review it please

vitaut commented 5 months ago

Thanks for the fix!