From 7f0a0775ba1b2c5bb7267bb72842233fadbfad82 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Thu, 13 May 2010 04:21:51 +0000 Subject: [PATCH] Fix some warnings [SVN r61941] --- include/boost/throw_exception.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index 9363735..a384054 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -71,6 +71,7 @@ template BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const exception_detail { template + BOOST_ATTRIBUTE_NORETURN void throw_exception_( E const & x, char const * current_function, char const * file, int line ) {