|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64301 - trunk/boost/numeric/ublas
From: marshall_at_[hidden]
Date: 2010-07-23 09:44:18
Author: marshall
Date: 2010-07-23 09:44:17 EDT (Fri, 23 Jul 2010)
New Revision: 64301
URL: http://svn.boost.org/trac/boost/changeset/64301
Log:
Applied patch #2 from #4377
Text files modified:
trunk/boost/numeric/ublas/functional.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/numeric/ublas/functional.hpp
==============================================================================
--- trunk/boost/numeric/ublas/functional.hpp (original)
+++ trunk/boost/numeric/ublas/functional.hpp 2010-07-23 09:44:17 EDT (Fri, 23 Jul 2010)
@@ -1865,7 +1865,7 @@
// return nearest valid index in column j
static
BOOST_UBLAS_INLINE
- size_type restrict1 (size_type i, size_type j, size_type size1, size_type size2) {
+ size_type restrict1 (size_type i, size_type j, size_type size1, size_type /* size2 */) {
return (std::max)(j, (std::min) (size1, i));
}
// return nearest valid index in row i
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk