id summary reporter owner description type status milestone component version severity resolution keywords cc 482 uBLAS::subslice doesn't work nobody mistevens "{{{ Hello all, I had a problem with compiling a following code for testing subslice() on uBLAS: -- test.cpp #include #include #include int main () { using namespace boost::numeric::ublas; vector v (3); for (int i = 0; i < 3; ++ i) boost::numeric::ublas::subslice (v, 0, 1, 3) (i) = i; std::cout << v << std::endl; } -- end of test.cpp % g++ test.cpp test.cpp: In function `int main()': test.cpp:9: error: no matching function for call to `subslice(boost::numeric::ub las::vector > >&, int, int, int)' I guess this is due to some typos on vector_proxy.hpp. I hope attached patch (from Revision 1.45) helps. Regards, Shun Sakuraba sakuraba {at} cb.k.u-tokyo.ac.jp }}}" Bugs closed None None None