Optimize text_style using bit packing (#4363)

This commit is contained in:
Victor Chernyakin
2025-03-01 12:18:19 -07:00
committed by GitHub
parent bdbf957b9a
commit b776cf66fc
4 changed files with 173 additions and 91 deletions

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)