mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 14:02:12 +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:
|
private:
|
||||||
|
|
||||||
friend class exception;
|
friend class boost::exception;
|
||||||
|
|
||||||
typedef std::map< type_info_, shared_ptr<error_info_base const> > error_info_map;
|
typedef std::map< type_info_, shared_ptr<error_info_base const> > error_info_map;
|
||||||
error_info_map info_;
|
error_info_map info_;
|
||||||
|
Reference in New Issue
Block a user