From a50067b21d1a8968efdbd234934d530f97a05adb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 12 Nov 2009 19:18:42 +0000 Subject: [PATCH] Prevent ADL from finding other dispatch functions or types. Required for #2094. Richard Smith. [SVN r57605] --- 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; }; }