Ticket #4200: boost_exception_warning.patch

File boost_exception_warning.patch, 407 bytes (added by klimkin@…, 12 years ago)

Patch for error_info_impl.hpp

  • boost/exception/detail/error_info_impl.hpp

    old new  
    3030
    3131            protected:
    3232
    33             ~error_info_base() throw()
     33            virtual ~error_info_base() throw()
    3434                {
    3535                }
    3636            };