Merge branch 'develop' of https://github.com/boostorg/exception into develop

This commit is contained in:
Emil Dotchevski
2020-12-19 14:02:04 -08:00

View File

@ -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