$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80938 - sandbox/numeric_bindings/boost/numeric/bindings
From: rutger_at_[hidden]
Date: 2012-10-10 10:56:05
Author: rutger
Date: 2012-10-10 10:56:04 EDT (Wed, 10 Oct 2012)
New Revision: 80938
URL: http://svn.boost.org/trac/boost/changeset/80938
Log:
fixed a upper/lower mistake in bandwidth.hpp
Text files modified:
sandbox/numeric_bindings/boost/numeric/bindings/bandwidth.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/numeric_bindings/boost/numeric/bindings/bandwidth.hpp
==============================================================================
--- sandbox/numeric_bindings/boost/numeric/bindings/bandwidth.hpp (original)
+++ sandbox/numeric_bindings/boost/numeric/bindings/bandwidth.hpp 2012-10-10 10:56:04 EDT (Wed, 10 Oct 2012)
@@ -149,7 +149,7 @@
} // namespace result_of
template< typename T, typename Tag >
-inline typename result_of::bandwidth_upper_op< const T, Tag >::type
+inline typename result_of::bandwidth_lower_op< const T, Tag >::type
bandwidth_lower_op( const T& t, Tag ) {
return bindings::bandwidth( t, typename addressing_index_trans< tag::addressing_index<1>, Tag >::type() );
}