<DIV>Hi to all.<BR>Sorry for my English.<BR>I'm trying to use a boost::multi_array as a private member of a class.<BR>How I can specifying the number of elements for every dimensions into <BR>the constructor?</DIV>
<DIV><BR>#include &lt;iostream&gt;<BR>#include "boost/multi_array.hpp"</DIV>
<DIV>using namespace std;</DIV>
<DIV><BR>typedef boost::multi_array&lt;int, 2&gt; table;</DIV>
<DIV>class X<BR>{<BR>public:<BR>&nbsp;&nbsp;&nbsp; X();<BR>&nbsp;&nbsp;&nbsp; ~X(){};<BR>&nbsp;&nbsp;&nbsp; // ...<BR>&nbsp;&nbsp;&nbsp; void do_something();<BR>private:<BR>&nbsp;&nbsp;&nbsp;&nbsp; table tab;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp; boost::array&lt;table::index, 2&gt; dims;<BR>&nbsp;&nbsp;&nbsp;&nbsp; <BR>};</DIV>
<DIV>&nbsp;</DIV>
<DIV>X::X()<BR>{<BR>&nbsp;&nbsp;&nbsp; dims = {{3, 5}};&nbsp;&nbsp; // fails<BR>&nbsp;&nbsp;&nbsp; table(dims);&nbsp;<BR>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>int main()<BR>{<BR>&nbsp; X x;<BR>&nbsp; <BR>&nbsp; x.do_something();<BR>&nbsp; <BR>&nbsp; system("PAUSE");&nbsp;<BR>&nbsp; return 0;<BR>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks to all.<BR>Sergio</DIV><p>
		<hr size=1>Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/mail_us/taglines/aac/*http://promotions.yahoo.com/new_mail/static/ease.html">Yahoo! Mail Address AutoComplete</a> - You start. We finish.