$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-02-12 13:47:53
On Wednesday 12 February 2003 12:41 pm, Markus Schöpflin wrote:
> Attached is a small patch for signals/trackable.hpp. According to
> 7.1.1(8), the mutable keyword cannot be applied on reference members
> and Visual Age flags this as an error. I just removed the mutable
> keyword an it compiles fine afterwards.
>
> Markus
Thanks again. Applied.
Doug