$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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