Boost logo

Boost :

From: Michael Marcin (mmarcin_at_[hidden])
Date: 2008-02-07 17:55:48


I'm on a platform where no memory can be dynamically allocated before
main and all dynamically allocated memory must be released before main
returns. Is there a way to ensure this behavior with boost's unordered
containers if they have static duration? I.e. does the default
constructor allocate memory and does clear or default construct + swap
release all memory?

Thanks,

Michael Marcin


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