$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [GIL] [Patch] References cannot be mutable
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2010-04-23 12:31:43
boost/gil/extension/dynamic_image/apply_operation_base.hpp has two
references marked "mutable", at lines 141 and 157, but references
cannot be mutable. This patch removes the "mutable" keyword from both
cases.
- Doug