mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
comment had ///
This commit is contained in:
@@ -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 > {} ;
|
||||
|
||||
Reference in New Issue
Block a user