lemon/error.h
changeset 280 e7f8647ce760
parent 212 1ae84dea7d09
child 290 f6899946c1ac
equal deleted inserted replaced
3:d42d75680846 4:4deb4d8051f4
   100   /// exception classes (therefore the name).
   100   /// exception classes (therefore the name).
   101   class ErrorMessage {
   101   class ErrorMessage {
   102   protected:
   102   protected:
   103     ///\e
   103     ///\e
   104 
   104 
   105     ///\todo The good solution is boost::shared_ptr...
       
   106     ///
       
   107     mutable std::auto_ptr<std::ostringstream> buf;
   105     mutable std::auto_ptr<std::ostringstream> buf;
   108 
   106 
   109     ///\e
   107     ///\e
   110     bool init() throw() {
   108     bool init() throw() {
   111       try {
   109       try {