forked from boostorg/throw_exception
Fix some warnings
[SVN r61941]
This commit is contained in:
committed by
Peter Dimov
parent
f44ea37838
commit
7f0a0775ba
@ -71,6 +71,7 @@ template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const
|
||||
exception_detail
|
||||
{
|
||||
template <class E>
|
||||
BOOST_ATTRIBUTE_NORETURN
|
||||
void
|
||||
throw_exception_( E const & x, char const * current_function, char const * file, int line )
|
||||
{
|
||||
|
Reference in New Issue
Block a user