fmtlegacy/include/fmt
Kingcom 37c8f4eaf3 Don't use 128 bit integers with clang-cl (#1800)
clang-cl currently has a long-standing bug that using 128 bit integers
generates references to symbols that are provided neither by its own nor
by the Microsoft runtime: https://bugs.llvm.org/show_bug.cgi?id=25305
2020-08-06 07:38:57 -07:00
..
chrono.h Reuse format_decimal 2020-06-14 07:42:52 -07:00
color.h internal -> detail (#1538) 2020-05-10 07:34:30 -07:00
compile.h Tweak the docs 2020-06-25 11:29:49 -07:00
core.h Don't use 128 bit integers with clang-cl (#1800) 2020-08-06 07:38:57 -07:00
format-inl.h Fix possible infinite recursion in FMT_ASSERT (#1744) 2020-07-01 08:28:27 -07:00
format.h Workaround a bug in msvc 2020-08-06 07:38:51 -07:00
locale.h Deprecate arg_formatter 2020-07-04 07:29:11 -07:00
os.h Add a simple buffered stream with no sync 2020-06-28 09:55:29 -07:00
ostream.h Add default_arg_formatter 2020-06-08 08:14:34 -07:00
posix.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
printf.h Add default_arg_formatter 2020-06-08 08:14:34 -07:00
ranges.h Adding sentinel support to fmt::join(). (#1689) 2020-05-18 06:31:01 -07:00