<xlocale>
: locale::empty
is non-Standard
#5184
Labels
decision needed
We need to choose something before working on this
enhancement
Something can be improved
The
std::locale
class provides a memberempty
, which is not part of the standard.STL/stl/inc/xlocale
Line 403 in 89ca073
This member is documented on https://learn.microsoft.com/en-us/cpp/standard-library/locale-class?view=msvc-170:
It seems that this member is used by a few projects to read UTF-8 files, possibly (mis)guided by https://stackoverflow.com/a/10607146/4672588.
Is there any interest to deprecate and eventually remove this non-Standard extension?
The text was updated successfully, but these errors were encountered: