fmtlegacy/include/fmt
Greg Sjaardema 55b6130055 Use C++11-compatible operations
The `std::is_base_of<T,U>()` and `std::is_reference<T>()` member functions were added in C++14.  To maintain C++11 compatibility, use the `::value` instead.

Current code fails on intel-17 and other compilers if using strict C++11
2020-01-15 07:23:39 -08:00
..
chrono.h Clean-up sign-conversion warnings in public headers 2019-12-08 16:07:55 -08:00
color.h Remove dependency on <cassert> 2019-11-29 09:37:18 -08:00
compile.h Clean-up sign-conversion warnings in public headers 2019-12-08 16:07:55 -08:00
core.h Use C++11-compatible operations 2020-01-15 07:23:39 -08:00
format-inl.h Optimize grisu_gen_digits 2020-01-07 16:11:18 -10:00
format.h Fix for older versions of intel compiler 2020-01-14 17:56:06 -08:00
locale.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
os.h Apply clang-format and update inclusion guards 2019-12-18 11:17:36 -08:00
ostream.h Use overridden locale in ostream 2019-11-17 06:22:22 -08:00
posix.h Rename posix-test to os-test 2019-12-15 16:43:40 -08:00
printf.h Apply clang-format 2019-12-21 13:10:45 -08:00
ranges.h Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00