From f2b14ffa98034d7b9e6930c59b18fa83f1a6bedf Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 30 Aug 2008 17:42:17 +0000 Subject: [PATCH] addressing what seems to be a bug in darwin-4.0.1 [SVN r48477] --- include/boost/exception/info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index 552ff0a..1a4b33d 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -126,7 +126,7 @@ boost private: - friend class exception; + friend class boost::exception; typedef std::map< type_info_, shared_ptr > error_info_map; error_info_map info_;