fixes comeau bug

[SVN r24278]
This commit is contained in:
Robert Ramey
2014-06-03 01:49:07 +03:00
committed by Peter Dimov
parent 8915934682
commit 4fd93c01b5
+1 -1
View File
@@ -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;
}