$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: emil_at_[hidden]
Date: 2008-06-27 23:53:39
Author: emildotchevski
Date: 2008-06-27 23:53:39 EDT (Fri, 27 Jun 2008)
New Revision: 46802
URL: http://svn.boost.org/trac/boost/changeset/46802
Log:
bug fix, thanks Steven Watanabe
Text files modified: 
   trunk/boost/exception/enable_error_info.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/exception/enable_error_info.hpp
==============================================================================
--- trunk/boost/exception/enable_error_info.hpp	(original)
+++ trunk/boost/exception/enable_error_info.hpp	2008-06-27 23:53:39 EDT (Fri, 27 Jun 2008)
@@ -42,7 +42,7 @@
             char const *
             diagnostic_information() const throw()
                 {
-                return exception::_diagnostic_information(T::what());
+                return boost::exception::_diagnostic_information(T::what());
                 }
             };