Boost logo

Boost :

From: Achilleas Margaritis (axilmar_at_[hidden])
Date: 2007-09-20 06:54:50


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
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk