fmt/include/fmt
Jason A. Donenfeld c9a10631cb format: do not use udl_{arg,formatter} return types when UDL is not in use
The udl_{arg,formatter} structs are only defined when
FMT_USE_USER_DEFINED_LITERALS is set, so don't try to define things that
return that struct when it's not defined.
2021-06-26 06:25:16 -07:00
..
args.h Fix handling of types with to_string_view and formatter specialization (#2180) 2021-03-18 11:25:43 -07:00
chrono.h Fix chrono_test.locale 2021-06-14 09:41:08 -07:00
color.h Deprecate locale.h 2021-05-22 10:21:17 -07:00
compile.h Support compile-time strings and compile-time format string compilation in module 2021-06-11 09:38:53 -07:00
core.h Eliminate intel compiler warning 2021-06-26 06:16:12 -07:00
format-inl.h Update thousands_sep_impl signature 2021-06-04 21:12:47 -07:00
format.h format: do not use udl_{arg,formatter} return types when UDL is not in use 2021-06-26 06:25:16 -07:00
locale.h wchar.h -> xchar.h because it handles other code unit types too 2021-05-29 09:37:17 -07:00
os.h Instruct msvc to report the _true_ value in __cplusplus and force _full_ C++ conformance 2021-06-24 09:10:08 -07:00
ostream.h Export printf-related contexts from printf.h 2021-04-24 06:39:57 -07:00
printf.h Simplify error handling in parse_nonnegative_int 2021-06-14 16:05:37 -07:00
ranges.h Cleanup ranges API 2021-06-02 17:06:02 -07:00
xchar.h Move is_char specializations to xchar.h 2021-06-06 15:32:30 -07:00