[PATCH] D17132: [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 12:43:26 PST 2016


dsanders added a comment.

The table is apparently inside locale-archive and it looks like C and C++ both share this table. At this point I'm satisfied that the table also contains information that C++ isn't interested in and it's this data that regex_word collides with.

Are you happy to lift the condition that your tests fail without my patch?


http://reviews.llvm.org/D17132





More information about the cfe-commits mailing list