mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 06:37:28 +00:00
Fix formatting
This commit is contained in:
parent
bff4d18efb
commit
86f0a7046e
@ -563,7 +563,8 @@ inline std::basic_string<Char> format(const text_style& ts, const S& format_str,
|
|||||||
fmt::make_args_checked<Args...>(format_str, args...));
|
fmt::make_args_checked<Args...>(format_str, args...));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Formats a string with the given text_style and writes the output to ``out``.
|
/**
|
||||||
|
Formats a string with the given text_style and writes the output to ``out``.
|
||||||
*/
|
*/
|
||||||
template <typename OutputIt, typename Char,
|
template <typename OutputIt, typename Char,
|
||||||
FMT_ENABLE_IF(detail::is_output_iterator<OutputIt>::value)>
|
FMT_ENABLE_IF(detail::is_output_iterator<OutputIt>::value)>
|
||||||
|
Loading…
Reference in New Issue
Block a user