mirror of
https://github.com/boostorg/exception.git
synced 2025-07-21 00:12:07 +02:00
avoid C style casts
[SVN r53669]
This commit is contained in:
@ -303,7 +303,7 @@ boost
|
||||
struct
|
||||
enable_error_info_return_type
|
||||
{
|
||||
typedef typename enable_error_info_helper<T,sizeof(dispatch(reinterpret_cast<T*>(0)))>::type type;
|
||||
typedef typename enable_error_info_helper<T,sizeof(dispatch(static_cast<T*>(0)))>::type type;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user