Daniela Engert
|
2c81c851b2
|
Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-10-22 18:25:52 -07:00 |
|
Victor Zverovich
|
655ce53383
|
is_format_string -> is_string
|
2018-10-07 12:45:22 -07:00 |
|
Daniela Engert
|
4cf21f58b2
|
constrain templated format_to on proper format string type.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-09-26 21:05:47 -07:00 |
|
Victor Zverovich
|
48e6dcd0f2
|
Implement workarounds for gcc 4.4
|
2018-09-23 12:29:48 -07:00 |
|
Daniela Engert
|
73c53d7833
|
Parameterize 'printf(rgb color, ...)' and 'vprint_rgb(rgb color, ...)' on the type of the format string.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-09-23 09:15:27 -07:00 |
|
Victor Zverovich
|
bc26fbf1b0
|
Move experimental color API to fmt/color.h
|
2018-09-12 09:04:26 -07:00 |
|