2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

comment had ///

This commit is contained in:
Michael Stevens
2005-02-10 10:48:32 +00:00
parent 85347104fd
commit 8c2a8b0ca3

View File

@@ -501,11 +501,12 @@ namespace boost { namespace numeric { namespace ublas {
return data.project (r);
}
/// Specialization of temporary_traits
// Specialization of temporary_traits
template <class V>
struct vector_temporary_traits< vector_range<V> >
: vector_temporary_traits< V > {} ;
// Vector based slice class
template<class V>
class vector_slice:
@@ -1002,11 +1003,12 @@ namespace boost { namespace numeric { namespace ublas {
}
#endif
/// Specialization of temporary_traits
// Specialization of temporary_traits
template <class V>
struct vector_temporary_traits< vector_slice<V> >
: 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 <class V>
struct vector_temporary_traits< vector_indirect<V> >
: vector_temporary_traits< V > {} ;