]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_traits/test/promote_enum_msvc_bug_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / type_traits / test / promote_enum_msvc_bug_test.cpp
index 3c6c9a7df20391f71bceb9ae7ea250bc330fc315..8893818ee3738d94622abc63291a9eceae21ce87 100644 (file)
@@ -22,6 +22,7 @@
 #pragma warning(disable:1418)
 #endif
 
+#if !(defined(BOOST_MSVC) && defined(CI_SUPPRESS_KNOWN_ISSUES))
 
 enum UIntEnum { UIntEnum_max = UINT_MAX };
 
@@ -37,6 +38,8 @@ void test_promote_to_uint()
     test_cv< UIntEnum, unsigned int >();
 }
 
+#endif
+
 int main()
 {
     return 0;