2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 15:12:16 +00:00
svn path=/trunk/boost/boost/numeric/ublas/; revision=25155
This commit is contained in:
Michael Stevens
2004-09-16 18:46:18 +00:00
parent bcce763a43
commit 5f75d2b365

View File

@@ -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<class T, class ALLOC>
BOOST_UBLAS_INLINE