2
0
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:
Gunter Winkler
2009-03-14 21:29:22 +00:00
parent fee9f51097
commit c8fda45ce6

View File

@@ -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;