mirror of
https://github.com/boostorg/exception.git
synced 2025-07-20 16:02:06 +02:00
Error in a comment.
[SVN r58420]
This commit is contained in:
@ -57,7 +57,7 @@ inline void throw_exception_assert_compatibility( std::exception const & ) { }
|
|||||||
|
|
||||||
template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e )
|
template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const & e )
|
||||||
{
|
{
|
||||||
//All boost exceptions are required to derive std::exception,
|
//All boost exceptions are required to derive from std::exception,
|
||||||
//to ensure compatibility with BOOST_NO_EXCEPTIONS.
|
//to ensure compatibility with BOOST_NO_EXCEPTIONS.
|
||||||
throw_exception_assert_compatibility(e);
|
throw_exception_assert_compatibility(e);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user