aCC does not allow UDT's passed via an ellipsis

[SVN r27394]
This commit is contained in:
Toon Knapen
2005-02-15 21:40:26 +00:00
parent cccfc979be
commit 6e31d51033

View File

@@ -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 (...).