mirror of
https://github.com/boostorg/exception.git
synced 2025-07-30 12:37:18 +02:00
Merge branch 'develop' of https://github.com/boostorg/exception into develop
This commit is contained in:
@ -92,7 +92,7 @@ boost
|
|||||||
exception_ptr
|
exception_ptr
|
||||||
make_exception_ptr( T const & e )
|
make_exception_ptr( T const & e )
|
||||||
{
|
{
|
||||||
return copy_exception(e);
|
return boost::copy_exception(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef BOOST_NO_RTTI
|
#ifndef BOOST_NO_RTTI
|
||||||
|
Reference in New Issue
Block a user