Index: exception_ptr.hpp =================================================================== --- exception_ptr.hpp (revision 91) +++ exception_ptr.hpp (working copy) @@ -99,7 +99,7 @@ private: - clone_base const * + exception_detail::clone_base const * clone() const { return new unknown_exception(*this);