forked from boostorg/throw_exception
fixes comeau bug
[SVN r24278]
This commit is contained in:
committed by
Peter Dimov
parent
d9670d560c
commit
09c7cb53c9
@ -34,7 +34,7 @@ void throw_exception(std::exception const & e); // user defined
|
||||
|
||||
#else
|
||||
|
||||
template<class E> void throw_exception(E const & e)
|
||||
template<class E> inline void throw_exception(E const & e)
|
||||
{
|
||||
throw e;
|
||||
}
|
||||
|
Reference in New Issue
Block a user