Skip to content

Commit

Permalink
Remove an old mingw workaround (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 10, 2020
1 parent 25a41b8 commit e737672
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/fmt/os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e737672

Please sign in to comment.