Prevent ADL from finding other dispatch functions or types. Required for #2094.

Richard Smith.

[SVN r57605]
This commit is contained in:
Daniel James
2009-11-12 19:18:42 +00:00
committed by Peter Dimov
parent 89064ecf51
commit a50067b21d

View File

@ -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;
};
}