
7 Feb
2008
7 Feb
'08
10:55 p.m.
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