Boost logo

Boost :

Subject: Re: [boost] [accumulator] Problem with 'droppable_accumulator.hpp' (rev. 77432)
From: sguazt (marco.guazzone_at_[hidden])
Date: 2012-03-21 17:17:05


On Wed, Mar 21, 2012 at 4:48 PM, Eric Niebler <eric_at_[hidden]> wrote:
> On 3/20/2012 8:14 AM, sguazt wrote:
>> I think you need to change line 173:
>>           : droppable_accumulator::base(*static_cast<droppable_accumulator::base
>> const *>(&that))
>>
>> with the following (note the addition of "typename")
>>           : droppable_accumulator::base(*static_cast<typename
>> droppable_accumulator::base const *>(&that))
>>
>> After this addition all seems to work.
>>
>> Could you fix it, please?
>
> Fixed. Some day I'll learn to test with more than one compiler before
> committing anything. :-P

No problem. I think we (Boost community) can do it for you as well. ;)

Cheers,

-- Marco


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