Index: /branches/release/boost/exception/exception.hpp
===================================================================
--- /branches/release/boost/exception/exception.hpp	(revision 56477)
+++ /branches/release/boost/exception/exception.hpp	(revision 57764)
@@ -304,5 +304,5 @@
         enable_error_info_return_type
             {
-            typedef typename enable_error_info_helper<T,sizeof(dispatch((T*)0))>::type type;
+            typedef typename enable_error_info_helper<T,sizeof(exception_detail::dispatch((T*)0))>::type type;
             };
         }
Index: /branches/release/boost/exception_ptr.hpp
===================================================================
--- /branches/release/boost/exception_ptr.hpp	(revision 53066)
+++ /branches/release/boost/exception_ptr.hpp	(revision 57764)
@@ -91,4 +91,8 @@
             }
 
+        ~exception_ptr() throw()
+            {
+            }
+
         operator unspecified_bool_type() const
             {
