mirror of
https://github.com/boostorg/exception.git
synced 2025-07-20 16:02:06 +02:00
Fix some warnings
[SVN r61941]
This commit is contained in:
@ -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