···11+Unsetting __STRICT_ANSI__ is not a supported configuration for gcc
22+nowadays. gcc-14 started failing libstdc++ build as it uses gcc
33+extensions without __STRICT_ANSI__: https://gcc.gnu.org/PR111824
44+--- a/src/base.hh
55++++ b/src/base.hh
66+@@ -34,11 +34,6 @@
77+ #define WIN32_LEAN_AND_MEAN
88+ #endif
99+1010+-// Cygwin somehow enables strict ansi, which we don't want.
1111+-#ifdef __STRICT_ANSI__
1212+-#undef __STRICT_ANSI__
1313+-#endif
1414+-
1515+ #include <iosfwd>
1616+ #include <string> // it would be nice if there were a <stringfwd>
1717+