|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61875 - in branches/release/boost/gil: . extension/dynamic_image
From: dgregor_at_[hidden]
Date: 2010-05-09 08:35:46
Author: dgregor
Date: 2010-05-09 08:35:46 EDT (Sun, 09 May 2010)
New Revision: 61875
URL: http://svn.boost.org/trac/boost/changeset/61875
Log:
Merge standards-conformance fixes for Boost.GIL
Properties modified:
branches/release/boost/gil/ (props changed)
Text files modified:
branches/release/boost/gil/extension/dynamic_image/apply_operation_base.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/boost/gil/extension/dynamic_image/apply_operation_base.hpp
==============================================================================
--- branches/release/boost/gil/extension/dynamic_image/apply_operation_base.hpp (original)
+++ branches/release/boost/gil/extension/dynamic_image/apply_operation_base.hpp 2010-05-09 08:35:46 EDT (Sun, 09 May 2010)
@@ -141,7 +141,7 @@
template <typename T2, typename Op>
struct reduce_bind1 {
const T2& _t2;
- mutable Op& _op;
+ Op& _op;
typedef typename Op::result_type result_type;
@@ -154,7 +154,7 @@
struct reduce_bind2 {
const Bits1& _bits1;
std::size_t _index1;
- mutable Op& _op;
+ Op& _op;
typedef typename Op::result_type result_type;
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