Fix some warnings

[SVN r61941]
This commit is contained in:
Steven Watanabe
2010-05-13 04:21:51 +00:00
committed by Peter Dimov
parent f44ea37838
commit 7f0a0775ba

View File

@ -71,6 +71,7 @@ template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const
exception_detail
{
template <class E>
BOOST_ATTRIBUTE_NORETURN
void
throw_exception_( E const & x, char const * current_function, char const * file, int line )
{