$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51778 - trunk/boost/numeric/ublas/detail
From: guwi17_at_[hidden]
Date: 2009-03-14 17:29:23
Author: guwi17
Date: 2009-03-14 17:29:22 EDT (Sat, 14 Mar 2009)
New Revision: 51778
URL: http://svn.boost.org/trac/boost/changeset/51778
Log:
replaced duplicate 'size_type' by 'difference_type'
Text files modified:
trunk/boost/numeric/ublas/detail/concepts.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/numeric/ublas/detail/concepts.hpp
==============================================================================
--- trunk/boost/numeric/ublas/detail/concepts.hpp (original)
+++ trunk/boost/numeric/ublas/detail/concepts.hpp 2009-03-14 17:29:22 EDT (Sat, 14 Mar 2009)
@@ -282,7 +282,7 @@
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;