diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 87bbf13..bb79a37 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -34,7 +34,7 @@ void throw_exception(std::exception const & e); // user defined #else -template void throw_exception(E const & e) +template inline void throw_exception(E const & e) { throw e; }