We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6c12c commit 906eaf2Copy full SHA for 906eaf2
include/fmt/format.h
@@ -1613,7 +1613,7 @@ constexpr auto convert_float(T value) -> convert_float_result<T> {
1613
}
1614
1615
template <typename Char, typename OutputIt>
1616
-FMT_NOINLINE FMT_CONSTEXPR auto fill(OutputIt it, size_t n,
+FMT_CONSTEXPR FMT_NOINLINE auto fill(OutputIt it, size_t n,
1617
const basic_specs& specs) -> OutputIt {
1618
auto fill_size = specs.fill_size();
1619
if (fill_size == 1) return detail::fill_n(it, n, specs.fill_unit<Char>());
0 commit comments