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 41ba06c commit 165f040Copy full SHA for 165f040
libcxx/include/__locale_dir/support/windows.h
@@ -285,8 +285,7 @@ _LIBCPP_DIAGNOSTIC_POP
285
#undef _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT
286
287
struct __locale_guard {
288
- _LIBCPP_HIDE_FROM_ABI __locale_guard(__locale_t __l)
289
- : __status(_configthreadlocale(_ENABLE_PER_THREAD_LOCALE)) {
+ _LIBCPP_HIDE_FROM_ABI __locale_guard(__locale_t __l) : __status(_configthreadlocale(_ENABLE_PER_THREAD_LOCALE)) {
290
// Setting the locale can be expensive even when the locale given is
291
// already the current locale, so do an explicit check to see if the
292
// current locale is already the one we want.
0 commit comments