From 01b514d8ae681b8098cba9013e74ec6617617536 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sun, 5 Jul 2009 20:05:05 +0000 Subject: [PATCH] Please don't make unnecessary changes. [SVN r54681] --- include/boost/exception/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 9c3e0ac..6df93ac 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -303,7 +303,7 @@ boost struct enable_error_info_return_type { - typedef typename enable_error_info_helper(0)))>::type type; + typedef typename enable_error_info_helper::type type; }; }