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
|
exception_detail
|
||||||
{
|
{
|
||||||
template <class E>
|
template <class E>
|
||||||
|
BOOST_ATTRIBUTE_NORETURN
|
||||||
void
|
void
|
||||||
throw_exception_( E const & x, char const * current_function, char const * file, int line )
|
throw_exception_( E const & x, char const * current_function, char const * file, int line )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user