$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54681 - trunk/boost/exception
From: emil_at_[hidden]
Date: 2009-07-05 16:05:05
Author: emildotchevski
Date: 2009-07-05 16:05:05 EDT (Sun, 05 Jul 2009)
New Revision: 54681
URL: http://svn.boost.org/trac/boost/changeset/54681
Log:
Please don't make unnecessary changes.
Text files modified: 
   trunk/boost/exception/exception.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/exception/exception.hpp
==============================================================================
--- trunk/boost/exception/exception.hpp	(original)
+++ trunk/boost/exception/exception.hpp	2009-07-05 16:05:05 EDT (Sun, 05 Jul 2009)
@@ -303,7 +303,7 @@
         struct
         enable_error_info_return_type
             {
-            typedef typename enable_error_info_helper<T,sizeof(dispatch(static_cast<T*>(0)))>::type type;
+            typedef typename enable_error_info_helper<T,sizeof(dispatch((T*)0))>::type type;
             };
         }