forked from boostorg/throw_exception
Please don't make unnecessary changes.
[SVN r54681]
This commit is contained in:
committed by
Peter Dimov
parent
5ea7b4a6ba
commit
01b514d8ae
@ -303,7 +303,7 @@ boost
|
||||
struct
|
||||
enable_error_info_return_type
|
||||
{
|
||||
typedef typename enable_error_info_helper<T,sizeof(dispatch(static_cast<T*>(0)))>::type type;
|
||||
typedef typename enable_error_info_helper<T,sizeof(dispatch((T*)0))>::type type;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user