Remove an old mingw workaround (#2059)

This commit is contained in:
Victor Zverovich 2020-12-10 06:24:52 -08:00
parent 25a41b80fc
commit e737672614

View File

@ -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 <cerrno>
#include <clocale> // for locale_t
#include <cstddef>