[PATCH] [libcxx] Fix regex_traits<T>::char_class_type for Android.

Dan Albert danalbert at google.com
Sat Sep 6 20:45:07 PDT 2014


I'm going to just fix the ctype table in Android for future versions. Having the 8-bit mask type is causing enough issues that it makes more sense to just change bionic.

The per-implementation of __regex_word will still be needed (and likely is currently needed for other implementations).

http://reviews.llvm.org/D4648






More information about the cfe-commits mailing list