From bee54c1aee32583ae6fe38a3a6494a6d45416f3a Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 18 Nov 2009 23:00:41 +0000 Subject: [PATCH] Bug ticket 3641, also merging other fixes from Trunk. [SVN r57764] --- 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 e7faf59..fbc0594 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::type type; + typedef typename enable_error_info_helper::type type; }; }