Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-01-08 09:41:13


"Dave Handley" wrote:

> I've just looked at your code again, and I actually note that the only
> creation policy you use is effectively the CreateUsingNew policy of Loki.
I would like to point this could be real problem: it the code resides
in a DLL whose new/delete are overloaded, static initialization
(and singletons constructed during this time) may cause
nasty and hard to debug crashes later.

Having Allocator/malloc/etc policy is necessary there.

/Pavel


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