mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Optimize text_style
using bit packing (#4363)
This commit is contained in:
committed by
GitHub
parent
bdbf957b9a
commit
b776cf66fc
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user