Boost logo

Boost Users :

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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net