On 08/29/2009 03:49 PM, Pedro Lamarão wrote:
2009/8/29 Magnus Fromreide<ma...@lysator.liu.se>: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.
You should simply include <algorithm> in system.h before the poisoning. r~