From a2b07f059c4c2102b5e18009ec9cd13715c3ff22 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Thu, 9 Dec 2010 06:40:19 +0000 Subject: [PATCH] Ticket #4344 [SVN r67128] --- include/boost/throw_exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/throw_exception.hpp b/include/boost/throw_exception.hpp index a384054..a73acb6 100644 --- a/include/boost/throw_exception.hpp +++ b/include/boost/throw_exception.hpp @@ -79,7 +79,7 @@ template BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const set_info( set_info( set_info( - enable_error_info(x), + boost::enable_error_info(x), throw_function(current_function)), throw_file(file)), throw_line(line)));