2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00

replaced duplicate 'size_type' by 'difference_type'

[SVN r51778]
This commit is contained in:
Gunter Winkler
2009-03-14 21:29:22 +00:00
parent c845bd655c
commit 45e3131d13

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;