diff --git a/include/boost/exception/detail/exception_ptr.hpp b/include/boost/exception/detail/exception_ptr.hpp index 53648f8..91fb0dc 100644 --- a/include/boost/exception/detail/exception_ptr.hpp +++ b/include/boost/exception/detail/exception_ptr.hpp @@ -92,7 +92,7 @@ boost exception_ptr make_exception_ptr( T const & e ) { - return copy_exception(e); + return boost::copy_exception(e); } #ifndef BOOST_NO_RTTI