We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb0755 commit a835bfaCopy full SHA for a835bfa
Release/src/utilities/asyncrt_utils.cpp
@@ -124,7 +124,7 @@ scoped_c_thread_locale::xplat_locale scoped_c_thread_locale::c_locale()
124
delete clocale;
125
};
126
#else
127
- *clocale = newlocale(LC_ALL, "C", nullptr);
+ *clocale = newlocale(LC_ALL_MASK, "C", nullptr);
128
if (clocale == nullptr || *clocale == nullptr)
129
{
130
throw std::runtime_error("Unable to create 'C' locale.");
0 commit comments