fmtlegacy/include/fmt
Candy Gumdrop 9d8021f0d6 Add checks for NVIDIA's CUDA compiler
- Disable templated user-defined literals when compiled under nvcc

Similarly to Intel's C++ compiler, nvcc fails to compile templated UDLs
as they both share the same parsing engine (EDG C++ Front End).  This
fixes building CUDA programs which make use of fmt.
2018-09-21 06:55:45 -07:00
..
color.h Move experimental color API to fmt/color.h 2018-09-12 09:04:26 -07:00
core.h Improve error message when formatting unknown types 2018-09-20 07:01:39 -07:00
format-inl.h Move experimental color API to fmt/color.h 2018-09-12 09:04:26 -07:00
format.h Add checks for NVIDIA's CUDA compiler 2018-09-21 06:55:45 -07:00
ostream.h Make convert_to_int public (#818) 2018-08-22 07:40:06 -07:00
posix.h Add compilation support with Newlib nano for embedded targets 2018-08-19 07:40:34 -07:00
printf.h Workaround visit lookup issues in printf.h on gcc 2018-09-19 09:16:26 -07:00
ranges.h prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) 2018-09-19 20:13:05 -07:00
time.h Fix compilation of time.h when localtime_t is a macro (#843) 2018-08-29 06:40:54 -07:00