mirror of
https://github.com/boostorg/exception.git
synced 2025-07-02 07:21:05 +02:00
fixes comeau bug
[SVN r24278]
This commit is contained in:
@ -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