Boost logo

Boost :

Subject: Re: [boost] [fusion] boost::fusion::nil bug
From: Joel de Guzman (joel_at_[hidden])
Date: 2011-09-17 20:25:51


On 8/24/2011 3:42 AM, Eric Niebler wrote:

>> I have reached to build Boost.Conversion and Boost.Fusion with clang-2.9
>> (03 and 0x) without any major trouble after updating the trunk. However
>> I get a warning that could eassily be removed
>>
>> In file included from
>> ../../../boost/fusion/algorithm/iteration/reverse_fold.hpp:14:
>> ../../../boost/fusion/algorithm/iteration/detail/fold.hpp:189:48:
>> warning: unused parameter 'it0' [-Wunused-parameter]
>> call(State const& state,It0 const& it0,F f)
>> ^
>> ../../../boost/fusion/algorithm/iteration/detail/fold.hpp:189:54:
>> warning: unused parameter 'f' [-Wunused-parameter]
>> call(State const& state,It0 const& it0,F f)
>
> This is unrelated to my recent changes, but I'd be happy to fix it if
> Joel agrees (and I don't see why he wouldn't).
>
> Joel?

Somehow, I missed this post. I applied the patch.

Regards,

-- 
Joel de Guzman
http://www.boostpro.com
http://boost-spirit.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk