From 4d7862f79e1142b79f3990d97739a33ea206d620 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 7 Mar 2011 07:39:50 +0000 Subject: [PATCH] Incorrect check in cloning_test fixed, and workaround for Metrowerks. [SVN r69619] --- 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 c532a5c..6e9d405 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -344,7 +344,7 @@ boost struct enable_error_info_return_type { - typedef typename enable_error_info_helper::type type; + typedef typename enable_error_info_helper(0)))>::type type; }; }