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

William Tran-Viet via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 16 10:29:05 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"
----------------
smallp-o-p wrote:

glibc `<langinfo.h>` introduces a `THOUSANDS_SEP` which conflicted with this one. I'm fairly certain however, that it's a GNU extension...

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


More information about the libcxx-commits mailing list