From e737672614dfad3a6df23ffe3f2348fcfa4d3944 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 10 Dec 2020 06:24:52 -0800 Subject: [PATCH] Remove an old mingw workaround (#2059) --- include/fmt/os.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/fmt/os.h b/include/fmt/os.h index f785c0a3..79f1f896 100644 --- a/include/fmt/os.h +++ b/include/fmt/os.h @@ -8,11 +8,6 @@ #ifndef FMT_OS_H_ #define FMT_OS_H_ -#if defined(__MINGW32__) || defined(__CYGWIN__) -// Workaround MinGW bug https://sourceforge.net/p/mingw/bugs/2024/. -# undef __STRICT_ANSI__ -#endif - #include #include // for locale_t #include