diff -r e667cd5c0886 -r 308150155bb5 lemon/error.h --- a/lemon/error.h Mon Jul 04 16:18:11 2005 +0000 +++ b/lemon/error.h Mon Jul 04 16:27:54 2005 +0000 @@ -100,7 +100,9 @@ class ErrorMessage { protected: ///\e - ///\todo The good solution is boost:shared_ptr... + + ///\todo The good solution is boost::shared_ptr... + /// mutable std::auto_ptr buf;