Bug ticket 3641, also merging other fixes from Trunk.

[SVN r57764]
This commit is contained in:
Emil Dotchevski
2009-11-18 23:00:41 +00:00
committed by Peter Dimov
parent c920a49ab3
commit bee54c1aee

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