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
parent 4756dc6fe7
commit e299f609b5

View File

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