Optimize text_style using bit packing (#4363)

This commit is contained in:
Victor Chernyakin
2025-03-01 11:18:19 -08:00
committed by GitHub
parent bdbf957b9a
commit b776cf66fc
4 changed files with 173 additions and 91 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ performance bottleneck.
`fmt/color.h` provides support for terminal color and text style output.
::: print(const text_style&, format_string<T...>, T&&...)
::: print(text_style, format_string<T...>, T&&...)
::: fg(detail::color_type)