forked from boostorg/type_traits
aCC does not allow UDT's passed via an ellipsis
[SVN r27394]
This commit is contained in:
@@ -125,7 +125,7 @@ struct is_convertible_basic_impl
|
||||
};
|
||||
|
||||
#elif (defined(__EDG_VERSION__) && (__EDG_VERSION__ >= 245) && !defined(__ICL)) \
|
||||
|| defined(__IBMCPP__)
|
||||
|| defined(__IBMCPP__) || defined(__HP_aCC)
|
||||
//
|
||||
// This is *almost* an ideal world implementation as it doesn't rely
|
||||
// on undefined behaviour by passing UDT's through (...).
|
||||
|
Reference in New Issue
Block a user