[libcxx-commits] [PATCH] D98044: [SystemZ][z/OS] Missing locale functions libc++

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 5 06:55:59 PST 2021


curdeius added inline comments.


================
Comment at: libcxx/src/support/ibm/xlocale_zos.cpp:98
+
+  // Construct and return previously current locale
+  locale_t current_loc = new locale_struct();
----------------
previously current -> previous?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98044/new/

https://reviews.llvm.org/D98044



More information about the libcxx-commits mailing list