$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-01-17 01:10:37
> I think the problem is that even though I've compiled stlport with settings telling it to use regular old new/delete and not it's own
> super-duper new/delete, that it is still using it's own internal versions of 'regular' new and delete...
Try building with internal STL. After all you only interested in your own leaks, right?
Gennadiy