mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 05:52:14 +02:00
addressing what seems to be a bug in darwin-4.0.1
[SVN r48477]
This commit is contained in:
@ -126,7 +126,7 @@ boost
|
||||
|
||||
private:
|
||||
|
||||
friend class exception;
|
||||
friend class boost::exception;
|
||||
|
||||
typedef std::map< type_info_, shared_ptr<error_info_base const> > error_info_map;
|
||||
error_info_map info_;
|
||||
|
Reference in New Issue
Block a user