
21 Mar
2012
21 Mar
'12
3:48 p.m.
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