Index: throw_exception.hpp =================================================================== --- throw_exception.hpp (revision 52381) +++ throw_exception.hpp (working copy) @@ -17,7 +17,7 @@ #include -#ifdef BOOST_NO_EXCEPTIONS +#ifndef BOOST_NO_EXCEPTIONS # include #endif @@ -26,7 +26,7 @@ #ifdef BOOST_NO_EXCEPTIONS -void throw_exception(std::exception const & e) { +void inline throw_exception(std::exception const & e) { ::boost::throw_exception(e); }