2009/8/29 Magnus Fromreide <[email protected]>: > > Why the changes to gcc/system.h where you unpoision malloc and realloc? > Why the changes to libcpp/system.h where you unpoision malloc, realloc, > calloc and strdup?
Including <algorithm> requires them for some reason. I haven't really looked into it. -- P.
