===== throw_exception.hpp 1.2 vs 1.3 ===== --- 1.2/boost/serialization/throw_exception.hpp 2009-11-18 04:48:34 -08:00 +++ 1.3/boost/serialization/throw_exception.hpp 2010-01-08 15:35:24 -08:00 @@ -26,7 +26,7 @@ #ifdef BOOST_NO_EXCEPTIONS -void inline throw_exception(std::exception const & e) { +inline void throw_exception(std::exception const & e) { ::boost::throw_exception(e); }