From d77aa6c801615e5e0f66ea3d90763d8081ace3b7 Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Sat, 6 Jun 2009 09:39:27 +0000 Subject: [PATCH] avoid C style casts [SVN r53669] --- 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 fcd924e..9c3e0ac 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(0)))>::type type; }; }