We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e172f commit a17a5bdCopy full SHA for a17a5bd
1 file changed
libs/common/src/LocaleHelper.cpp
@@ -50,7 +50,7 @@ class LocaleResetter
50
}
51
52
53
- std::locale changeGlobalLocale(std::locale locale)
+ std::locale changeGlobalLocale(const std::locale& locale)
54
{
55
std::locale oldLocale = std::locale::global(locale);
56
if(!originalLocale)
0 commit comments