fmt/include/fmt
Chris Martin a118c65d7c
Squelch MSVC warning exporting subclasses of runtime_error
When compiling {fmt} as a DLL, MSVC complains that we are exporting
classes that inherit from "std::runtime_error", which we are not
exporting.

In this case, it's not really a problem because that symbol is already
exported via the C++ stdlib. So we just add a pragma to silence the
warning.
2019-12-10 02:09:42 -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 Squelch MSVC warning exporting subclasses of runtime_error 2019-12-10 02:09:42 -08:00
format-inl.h Remove unneeded FMT_API. 2019-12-03 05:55:04 -08:00
format.h Clean-up sign-conversion warnings in public headers 2019-12-08 16:07:55 -08:00
locale.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
ostream.h Use overridden locale in ostream 2019-11-17 06:22:22 -08:00
posix.h Remove invalid noexcept annotation 2019-11-28 06:43:08 -08:00
printf.h Clean-up sign-conversion warnings in public headers 2019-12-08 16:07:55 -08:00
ranges.h Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00