1 Unsetting __STRICT_ANSI__ is not a supported configuration for gcc
2 nowadays. gcc-14 started failing libstdc++ build as it uses gcc
3 extensions without __STRICT_ANSI__: https://gcc.gnu.org/PR111824
7 #define WIN32_LEAN_AND_MEAN
10 -// Cygwin somehow enables strict ansi, which we don't want.
11 -#ifdef __STRICT_ANSI__
12 -#undef __STRICT_ANSI__
16 #include <string> // it would be nice if there were a <stringfwd>