Boost logo

Boost :

Subject: Re: [boost] [accumulator] Problem with 'droppable_accumulator.hpp' (rev. 77432)
From: Eric Niebler (eric_at_[hidden])
Date: 2012-03-21 11:48:00


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

-- 
Eric Niebler
BoostPro Computing
http://www.boostpro.com

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