Update changelog and fix an apidoc comment

This commit is contained in:
Victor Zverovich
2022-06-22 08:32:46 -07:00
parent 7a2a97c882
commit 69a20db081
2 changed files with 51 additions and 7 deletions

View File

@@ -636,7 +636,8 @@ struct formatter<detail::styled_arg<T>, Char> : formatter<T, Char> {
fmt::print("Elapsed time: {s:.2f} seconds",
fmt::styled(1.23, fmt::fg(fmt::color::green) |
fmt::bg(fmt::color::blue))); \endrst
fmt::bg(fmt::color::blue)));
\endrst
*/
template <typename T>
FMT_CONSTEXPR auto styled(const T& value, text_style ts)