forked from boostorg/throw_exception
Bug ticket 3641, also merging other fixes from Trunk.
[SVN r57764]
This commit is contained in:
committed by
Peter Dimov
parent
c920a49ab3
commit
bee54c1aee
@ -303,7 +303,7 @@ boost
|
|||||||
struct
|
struct
|
||||||
enable_error_info_return_type
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user