forked from boostorg/throw_exception
Remove inline
from throw_exception
This commit is contained in:
@ -30,7 +30,7 @@ BOOST_NORETURN void throw_exception( std::exception const & e,
|
||||
|
||||
#else
|
||||
|
||||
template<class E> BOOST_NORETURN inline void throw_exception( E const & e );
|
||||
template<class E> BOOST_NORETURN void throw_exception( E const & e );
|
||||
|
||||
template<class E> BOOST_NORETURN void throw_exception( E const & e,
|
||||
boost::source_location const & loc );
|
||||
@ -52,7 +52,7 @@ BOOST_NORETURN void throw_exception( std::exception const & e ); // user defined
|
||||
|
||||
#else
|
||||
|
||||
template<class E> BOOST_NORETURN inline void throw_exception( E const & e );
|
||||
template<class E> BOOST_NORETURN void throw_exception( E const & e );
|
||||
|
||||
#endif
|
||||
```
|
||||
|
Reference in New Issue
Block a user