On Wed, 5 Apr 2006, Karim Bakir wrote:
Hi ,
I have a problem, I can' use boost multi array as private member, I have the mistake: "unexpected extents" I can only return a boost multi array in my function
[...]
private: int d1; int d2; int d3; array_type_3d myvector(boost::extents[d1][d2][d3]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You have to put this initialization in the constructor.
-- François Duranleau LIGUM, Université de Montréal "You only think you understand. But people cannot perfectly understand each other. The self is an ambiguous thing." - Kaji, in _Neon Genesis Evangelion_ _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users