zivshek 71144eeaff
implement year_month_day (#3913)
* implement year_month_day, also changed weekday, day, month, year's formatter to use formatter<std::tm, Char> so they all support the format strings
* support ":L" for month and weekday
2024-04-03 15:35:53 -07:00
..
args.h Remove dependency on string_view 2024-01-03 18:49:45 -08:00
base.h Add a formatter for float128 2024-03-22 15:41:50 +09:00
chrono.h implement year_month_day (#3913) 2024-04-03 15:35:53 -07:00
color.h Simplify color formatting 2024-01-31 18:30:23 -08:00
compile.h Cleanup copy functions and move to base.h 2024-01-13 09:31:20 -08:00
core.h Update core.h 2024-01-10 06:57:22 -08:00
format-inl.h Guard against usage of _isatty when header was not included (#3880) 2024-03-08 13:34:46 -08:00
format.h Add a formatter for float128 2024-03-22 15:41:50 +09:00
os.h Make line buffering test less flaky 2024-03-20 16:45:50 +09:00
ostream.h Invert dependencies 2024-01-13 10:30:44 -08:00
printf.h Fix warning C4365 emitted from printf.h (#3865) 2024-02-23 16:33:21 -08:00
ranges.h Simplify range formatter 2024-03-09 08:23:12 -08:00
std.h Improve std::complex formatter to be compatible with P2197R0 (#3900) 2024-03-20 13:31:32 -07:00
xchar.h Fix ambiguous call 2024-03-17 17:16:53 -07:00