Change <cwchar> and <cstring> to look out for flags which may or may not be set by...
authorHoward Hinnant <hhinnant@apple.com>
Mon, 8 Apr 2013 18:59:28 +0000 (18:59 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Mon, 8 Apr 2013 18:59:28 +0000 (18:59 +0000)
commit98381453c00de6773d01985062f3a2056044bfdc
treee7153e565431c01047deea8a6154187afbb031ee
parent1dfc27d9c1b86fdd0a6146ac3a006b3df75fb6ce
Change <cwchar> and <cstring> to look out for flags which may or may not be set by the C headers <wchar.h> and <string.h> indicating C support for the C++-altered wcschr, wcspbrk, wcsrchr, wcsstr, wmemchr, strchr, strpbrk, strrchr, memchr, and strstr.  This was already done in <cstring> for other platforms using other flags, so just had to add one more flag to the list there.

llvm-svn: 179041
libcxx/include/cstring
libcxx/include/cwchar