
20 Sep
2007
20 Sep
'07
10:54 a.m.
There is also the problem of initialization order of static variables. If I place a std::list as a static member of class gc, it may be initialized after a block has been allocated as a static variable in the main file. Larry Evans wrote:
On 09/16/07 16:56, Achilleas Margaritis wrote: [snip]
You can find a new version of my portable precise C++ garbage collector in vault/memory. [snip] Why doesn't cppgc.hpp use std::list instead of _list defined in cppgc.hpp and why isn't the boost pool:
http://www.boost.org/libs/pool/doc/index.html
used instead of the _pool of cppgc.hpp?
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost