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
parent 785cf09730
commit d4eb9328ca
3 changed files with 8 additions and 3 deletions

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