Beat Bolli 5981588565 Fix compilation with MinGW
Commit 3bc28fcc6b2a ("Squelch MSVC warning exporting subclasses of
runtime_error", 2019-11-29) silenced a MSVC warning under. The MinGW
compiler also defines _WIN32, but does not support the "warning" pragma.

Introduce a helper macro to squelch the MSVC warning only when using the
Microsoft compiler.

Signed-off-by: Beat Bolli <dev@drbeat.li>
2019-12-02 12:56:46 -08:00
..
chrono.h Merge safe-duration-cast.h into chrono.h 2019-11-20 08:05:18 -08:00
color.h Remove dependency on <cassert> 2019-11-29 09:37:18 -08:00
compile.h basic_parse_context -> basic_format_parse_context per standard and document 2019-11-05 07:13:58 +00:00
core.h Fix compilation with MinGW 2019-12-02 12:56:46 -08:00
format-inl.h Avoid wchar_t instantiations 2019-12-01 07:34:09 -08:00
format.h Add a missing decimal point in exponent notation with trailing zeros 2019-12-02 11:36:33 -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 Merge write_fp into write 2019-11-20 12:20:17 -08:00
ranges.h Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00