On 12/04/2013 03:21 PM, Oleg Endo wrote:
Some days ago I've tried building an SH cross-GCC on OSX 10.9 with the latest XCode (clang) tools and its libc++ std lib. Some of the libc++ headers use malloc, realloc etc, which are poisoned in system.h.
Well, presumably we are poisoning them because we don't want people to use them. I don't remember why that was, and system.h doesn't give a rationale, so I'm not sure if actual uses in the C++ library are problematic.
Jason.