fmt/include/fmt
Greg Sjaardema 6100ed4bb3 Eliminate NVCC NVidia compiler emits unreachable code warnings
Similar to the MSC Compiler, the NVidia NVCC compiler also
emits unreachable code warnings when there is a return
statement following an exception.  These changes eliminate
those warnings.
2019-12-18 10:39:40 -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 Eliminate NVCC NVidia compiler emits unreachable code warnings 2019-12-18 10:39:40 -08:00
format-inl.h Handle block boundaries in utf8_to_utf16 2019-12-18 10:35:51 -08:00
format.h Eliminate NVCC NVidia compiler emits unreachable code warnings 2019-12-18 10:39:40 -08:00
locale.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
os.h posix.cc -> os.cc 2019-12-15 12:36:15 -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 Mitigate MSVC issue with min/max macros (#1480) 2019-12-16 08:24:00 -08:00
ranges.h Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00