
21 Mar
2012
21 Mar
'12
9:17 p.m.
On Wed, Mar 21, 2012 at 4:48 PM, Eric Niebler <eric@boostpro.com> 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