I declare std::vector<vnl_vector_fixed<double,1>> my_vector in my class,but it can not compiled,
can anyone help me out?
Printable View
I declare std::vector<vnl_vector_fixed<double,1>> my_vector in my class,but it can not compiled,
can anyone help me out?
where you have ">>", you need a space in between the two '>'s.
std::vector<vnl_vector_fixed<double,1> >
Jeff