updating docs for min system

This commit is contained in:
Stefan Csomor
2020-07-04 21:28:13 +02:00
parent 89761300c8
commit 6cab9052b8
8 changed files with 12 additions and 15 deletions

View File

@@ -755,8 +755,7 @@ public:
std::locale::global(std::locale(""));
@endcode
but be warned that locale support in C++ standard library can be poor
or worse under some platforms, e.g. the above line results in an
immediate crash under OS X up to the version 10.8.2.
or worse under some platforms.
@since 2.9.5
*/