Joel Dice 6f1d02dae7 remove the libstdc++ dependency once and for all
The trick is to make all destructors non-virtual.  This is safe because
we never use the delete operator, which is the only case where virtual
destructors are relevant.  This is a better solution than implementing
our own delete operator, because we want libraries loaded at runtime to
use the libstdc++ version, not ours.
2008-10-28 15:40:50 -06:00
..
2008-03-30 22:23:51 -06:00
2008-10-27 15:39:14 -06:00
2008-04-30 09:44:17 -06:00
2008-06-04 16:17:06 -06:00
2008-04-13 12:15:04 -06:00
2008-04-13 12:15:04 -06:00