fixes comeau bug

[SVN r24278]
This commit is contained in:
Robert Ramey
2004-08-04 05:15:01 +00:00
committed by Peter Dimov
parent d9670d560c
commit 09c7cb53c9

View File

@ -34,7 +34,7 @@ void throw_exception(std::exception const & e); // user defined
#else #else
template<class E> void throw_exception(E const & e) template<class E> inline void throw_exception(E const & e)
{ {
throw e; throw e;
} }