From: Sean P. <sp...@ad...> - 2005-05-16 17:53:07
|
On May 15, 2005, at 11:19 AM, David Catmull wrote: > ../../../adobe/future/memory.hpp:289: error: conflicts with previous > declaration 'adobe::auto_resource<X, Traits>::operator > adobe::auto_resource<Y, typename Traits::rebind<Y>::other>' > I checked in a potential fix by removing this declaration (and the associated definition) - (Foster will have to roll the out to CVS). I'm not sure why these declarations would conflict - but this declaration seems to be unnecessary (the conversion can be handled by the constructor and assignment operator, I would think...). Removing it required no other changes in our code so I took it out. Sean |