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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits