From 5f75d2b36518f57b341b71cc74cc0e93856c54fa Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Thu, 16 Sep 2004 18:46:18 +0000 Subject: [PATCH] comment svn path=/trunk/boost/boost/numeric/ublas/; revision=25155 --- include/boost/numeric/ublas/vector.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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