Commit 86f0a704 authored by Victor Zverovich's avatar Victor Zverovich

Fix formatting

parent bff4d18e
...@@ -563,7 +563,8 @@ inline std::basic_string<Char> format(const text_style& ts, const S& format_str, ...@@ -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)>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment