Ticket #9134: boost_throw_exception_hpp.patch
File boost_throw_exception_hpp.patch, 414 bytes (added by , 9 years ago) |
---|
-
boost/throw_exception.hpp
54 54 { 55 55 #ifdef BOOST_NO_EXCEPTIONS 56 56 57 void throw_exception( std::exception const & e ) ; // user defined57 void throw_exception( std::exception const & e ) BOOST_ATTRIBUTE_NORETURN; // user defined 58 58 59 59 #else 60 60