diff --git a/include/boost/numeric/ublas/vector.hpp b/include/boost/numeric/ublas/vector.hpp index 4bcc2cb3..553233d7 100644 --- a/include/boost/numeric/ublas/vector.hpp +++ b/include/boost/numeric/ublas/vector.hpp @@ -64,8 +64,8 @@ namespace boost { namespace numeric { namespace ublas { a.resize (size, preserve); } /* ISSUE Specialise for std::vector - * however compilers without template partial specialization (MSVC-6/7) - * also think this is bjam uBLAS_test ambiguous when std::vector is used! + * however some (MSVC-6/7) compilers without template partial specialization + * also think this is ambiguous when std::vector is used! */ template BOOST_UBLAS_INLINE