Click to See Complete Forum and Search --> : vector


yelllowstone
March 6th, 2003, 04:18 PM
I declare std::vector<vnl_vector_fixed<double,1>> my_vector in my class,but it can not compiled,
can anyone help me out?

jfaust
March 6th, 2003, 04:37 PM
where you have ">>", you need a space in between the two '>'s.

std::vector<vnl_vector_fixed<double,1> >

Jeff