mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-17 14:22:16 +02:00
Incorrect check in cloning_test fixed, and workaround for Metrowerks.
[SVN r69619]
This commit is contained in:
committed by
Peter Dimov
parent
8abce1b0f4
commit
4d7862f79e
@ -344,7 +344,7 @@ boost
|
|||||||
struct
|
struct
|
||||||
enable_error_info_return_type
|
enable_error_info_return_type
|
||||||
{
|
{
|
||||||
typedef typename enable_error_info_helper<T,sizeof(exception_detail::dispatch_boost_exception((T*)0))>::type type;
|
typedef typename enable_error_info_helper<T,sizeof(exception_detail::dispatch_boost_exception(static_cast<T *>(0)))>::type type;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user