================ Comment at: include/support/newlib/xlocale.h:27 @@ +26,3 @@ +// duck under that velvet rope. +int isascii(int c); + ---------------- `isascii` ins't in C++11 either :-)
Should libc++ not use it at all, or use a special `__isascii`? ================ Comment at: include/support/newlib/xlocale.h:59 @@ +58,3 @@ + +// Share implementaiton with android bionic +#include <support/xlocale/xlocale.h> ---------------- typo http://reviews.llvm.org/D5385 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
