When this flag is defined, locale support is stripped from the library. This has tremendous code size benefits.
All C++ I/O will implicitly use the "C" locale. You may not create locales or facets, and you may not call the imbue method on a stream. Otherwise, all streams are completely functional.
The C++ lib must be recompiled when flipping this switch.