[PATCH] D40775: [libcxx] Add underscores to win32 locale headers.
Jonathan Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 4 08:12:46 PST 2017
jroelofs added inline comments.
================
Comment at: src/support/win32/locale_win32.cpp:90
+ __libcpp_locale_guard __current(__loc);
va_list ap;
+ va_start( ap, __format );
----------------
__ap
================
Comment at: src/support/win32/locale_win32.cpp:99
{
va_list ap;
+ va_start( ap, __format );
----------------
__ap
================
Comment at: src/support/win32/locale_win32.cpp:101
+ va_start( ap, __format );
+ int result = vasprintf_l( __ret, __loc, __format, ap );
va_end(ap);
----------------
s.result.__res.
Repository:
rCXX libc++
https://reviews.llvm.org/D40775
More information about the cfe-commits
mailing list