mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 15:52:18 +00:00
replaced duplicate 'size_type' by 'difference_type'
This commit is contained in:
@@ -282,7 +282,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
typedef VE vector_expression_type;
|
||||
typedef typename VE::type_category type_category;
|
||||
typedef typename VE::size_type size_type;
|
||||
typedef typename VE::difference_type size_type;
|
||||
typedef typename VE::difference_type difference_type;
|
||||
typedef typename VE::value_type value_type;
|
||||
typedef typename VE::const_reference const_reference;
|
||||
typedef typename VE::const_iterator const_iterator_type;
|
||||
|
||||
Reference in New Issue
Block a user