Skip to content

Commit 41ba06c

Browse files
committed
Rename forgotten __locale_guard
1 parent 05c2a47 commit 41ba06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/support/win32/locale_win32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ int __libcpp_vasprintf(char** sptr, const char* __restrict format, va_list ap) {
177177
int __asprintf(char** ret, __locale_t loc, const char* format, ...) {
178178
va_list ap;
179179
va_start(ap, format);
180-
std::__locale_guard __current(loc);
180+
__locale_guard __current(loc);
181181
return __libcpp_vasprintf(ret, format, ap);
182182
}
183183

0 commit comments

Comments
 (0)