Ticket #3830: void-inline.patch

File void-inline.patch, 396 bytes (added by Martin Dorey <mdorey@…>, 13 years ago)

suggested fix

  • boost/serialization/throw_exception.hpp

    ===== throw_exception.hpp 1.2 vs 1.3 =====
    1.2 1.3  
    2626
    2727#ifdef BOOST_NO_EXCEPTIONS
    2828
    29 void inline throw_exception(std::exception const & e) {
     29inline void throw_exception(std::exception const & e) {
    3030    ::boost::throw_exception(e);
    3131}
    3232