forked from boostorg/throw_exception
Prevent ADL from finding other dispatch functions or types. Required for #2094.
Richard Smith. [SVN r57605]
This commit is contained in:
committed by
Peter Dimov
parent
89064ecf51
commit
a50067b21d
@ -303,7 +303,7 @@ boost
|
||||
struct
|
||||
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