fmtlegacy/include/fmt
Jack Andersen 8bd59ec936 Use fputws for outputting wide strings
Also adds fwide byte/wide orientation checking to verify streams are
able to receive the character type in question.

On Windows, the fwide calls are no-ops that pass through the second
arg and optimize out the if statement entirely.
2019-07-25 10:29:32 +03:00
..
chrono.h Fix warnings 2019-07-12 16:03:12 -07:00
color.h Use FMT_THROW in fmt/color.h. 2019-07-17 10:15:31 +02:00
core.h clang-format 2019-07-18 06:28:53 +02:00
format-inl.h Use fputws for outputting wide strings 2019-07-25 10:29:32 +03:00
format.h clang-format 2019-07-18 06:28:53 +02:00
locale.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
ostream.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
posix.h typedef -> using 2019-07-07 17:14:26 -07:00
prepare.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
printf.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
ranges.h typedef -> using 2019-07-07 17:14:26 -07:00
safe-duration-cast.h Fix warnings 2019-07-19 13:27:41 +02:00