$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Niebler (eric_at_[hidden])
Date: 2005-06-03 18:05:30
Dave Steffen wrote:
> Hi Folks,
>
> It recently became known that our customer is using GCC 3.2.3; so I
> tried to compile our code (which makes heavy use of the FOREACH macro)
> with 3.2.3. I get a _ton_ of error messages like:
>
> warning: unused variable `bool _foreach_rvalue'
>
For compilers that cannot detect const rvalues, _foreach_rvalue is
indeed unused. It should be fixed now. Thanks.
-- Eric Niebler Boost Consulting www.boost-consulting.com