Error in a comment.

[SVN r58420]
This commit is contained in:
Emil Dotchevski
2009-12-16 22:25:34 +00:00
committed by Peter Dimov
parent fdbe8c3453
commit e36b6abb82

View File

@ -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 )
{
//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.
throw_exception_assert_compatibility(e);