On Jun 29, 2012, at 4:57 PM, Chandler Carruth wrote: > You can actually #include <stddef.h> for this -- it's specifically allowed as > it ships as part of Clang.
Good point. In this case, a local definition of size_t suffices. I mistakenly replaced it with string.h while working on a patch and forgot to undo this. - Fariborz _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
