Boost logo

Boost Users :

Subject: [Boost-users] multi_array: error: expected primary-expression before ‘)’
From: Valmor de Almeida (val.lists_at_[hidden])
Date: 2010-08-30 20:29:59


Hello,

I am trying from the multi_array web site doc:

typedef boost::multi_array<double,3> array_type;
array_type A(boost::extents[3][4][2],boost::fortran_storage_order);

and getting the following compile-time error:

g++ img2hermes2dmsh.cpp
In function ‘int main()’:
error: expected primary-expression before ‘)’ token

Any insights? I am using boost-1.41 on gentoo linux.

Thanks,

--
Valmor

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net