diff --git a/test/sources/libcxx/unord.map/unord.map.cnstr/deduct.pass.cpp b/test/sources/libcxx/unord.map/unord.map.cnstr/deduct.pass.cpp index 139e7a7d..3f0e2b06 100644 --- a/test/sources/libcxx/unord.map/unord.map.cnstr/deduct.pass.cpp +++ b/test/sources/libcxx/unord.map/unord.map.cnstr/deduct.pass.cpp @@ -292,8 +292,10 @@ int main(int, char**) } #endif +#if !(defined(TEST_MSVC) && _MSC_VER < 1930) #if MOMO_VERSION_MAJOR > 3 UnorderedContainerDeductionGuidesSfinaeAway>(); +#endif #endif return 0; diff --git a/test/sources/libcxx/vector/vector.cons/deduct.pass.cpp b/test/sources/libcxx/vector/vector.cons/deduct.pass.cpp index ac3942df..330530de 100644 --- a/test/sources/libcxx/vector/vector.cons/deduct.pass.cpp +++ b/test/sources/libcxx/vector/vector.cons/deduct.pass.cpp @@ -151,8 +151,10 @@ TEST_CONSTEXPR_CXX20 bool tests() { } } +#if !(defined(TEST_GCC) && __GNUC__ < 11) #if MOMO_VERSION_MAJOR > 3 SequenceContainerDeductionGuidesSfinaeAway>(); +#endif #endif return true;