Lines Matching full:compatible
6 // Same type is compatible
19 // MS throw-any spec and no spec at all are compatible
23 // throw(X) and no spec are not compatible
27 // throw(int) and no spec are not compatible
31 // Different types are not compatible.
44 // noexcept is compatible with itself
48 // noexcept(true) is compatible with noexcept
64 // noexcept(false) is compatible with itself
68 // noexcept(false) is compatible with MS throw(...)
72 // noexcept(false) is *not* compatible with no spec
80 // noexcept(false) is compatible with dynamic specs that throw unless
85 // noexcept(true) is compatible with dynamic specs that don't throw