
16 Sep
2010
16 Sep
'10
7:33 a.m.
typedef multi_array
array_type; array_type scores(extents[1][1]); compiler error: ‘extents’ is not a type
Any suggestions?
make sure you are using "boost::extents" (i.e. in namespace boost). (also note that boost::extents is not a type but a --static-- object) Alfredo