$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (jcampbell3_at_[hidden])
Date: 2003-05-29 20:57:19
Gregory Colvin wrote:
[snip]
> It is not that hard to write a new(gc) and gc_allocator
> using Boehm's collector, for those who don't want to have
> the collector take over all memory allocation.
I found John Max Skaller's posts on such a gc_allocator:
http://aspn.activestate.com/ASPN/Mail/Message/boost/1150154
Since I still can't figure out how he did it, maybe he could provide
code or more details on howto. However, I don't know his email. I
may just download his Felix compiler and try deciphering the code.