[libcxx-commits] [libcxx] [libc++] Mostly Implement P1885R12: `<text_encoding>` (PR #141312)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 15 21:55:44 PST 2025


================
@@ -33,9 +33,9 @@
 
 #ifdef _AIX
 // the AIX libc expects U202F as LC_MONETARY thousands_sep
-#  define THOUSANDS_SEP L"\u202F"
+#  define THOUSANDS_SEP_ L"\u202F"
----------------
H-G-Hristov wrote:

Why did you make this change? It seems unrelated and unnecessary? Unrated changes should be done in separate patches.

https://github.com/llvm/llvm-project/pull/141312


More information about the libcxx-commits mailing list