Subject: [Boost-users] Is is possible to place multi_arrays in maps???
From: Ramon F. Herrera (ramon_at_[hidden])
Date: 2011-02-28 21:11:43


I need a set of multi_arrays, and so far it seems that I can only have
one of them (with the same name) at a time.

What I need is a loop where the original multi_array is resized, filled
and the current copy saved in a map.

Is that possible?

TIA,

-RFH