Newlib supports ctype differently from other platforms, this patch teaches libc++ about yet another platform that does ctype differently.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
@jroelofs points out this bug that @danalbert filed:
http://llvm.org/bugs/show_bug.cgi?id=21506
Should I wait for this mythical classic_table, or go ahead with more ctype stew?
Comment Actions
LGTM for now.
The "right" fix is something like this: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20141208/119787.html