Andreas Tille <[email protected]> writes: > 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' > instead
I haven't looked into this specific package, but it's generally safe to go ahead with this formal substitution, and in the rare cases where it isn't safe, you'll generally get a compilation error indicating why not. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]

