diff --git a/include/boost/numeric/ublas/vector_proxy.hpp b/include/boost/numeric/ublas/vector_proxy.hpp index e4a89fc9..94192faa 100644 --- a/include/boost/numeric/ublas/vector_proxy.hpp +++ b/include/boost/numeric/ublas/vector_proxy.hpp @@ -501,11 +501,12 @@ namespace boost { namespace numeric { namespace ublas { return data.project (r); } - /// Specialization of temporary_traits + // Specialization of temporary_traits template struct vector_temporary_traits< vector_range > : vector_temporary_traits< V > {} ; + // Vector based slice class template class vector_slice: @@ -1002,11 +1003,12 @@ namespace boost { namespace numeric { namespace ublas { } #endif - /// Specialization of temporary_traits + // Specialization of temporary_traits template struct vector_temporary_traits< vector_slice > : vector_temporary_traits< V > {} ; + // Vector based indirection class // Contributed by Toon Knapen. // Extended and optimized by Kresimir Fresl. @@ -1514,7 +1516,7 @@ return true; return data.project (ia); } - /// Specialization of temporary_traits + // Specialization of temporary_traits template struct vector_temporary_traits< vector_indirect > : vector_temporary_traits< V > {} ;