]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/multiprc_concept_check_3.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / math / test / multiprc_concept_check_3.cpp
index f3946ce634068f473b2a9aa52d854429aa46f521..a7bb357110cc27980ed4f3eed74cd649c43973e0 100644 (file)
@@ -28,11 +28,15 @@ using namespace boost::multiprecision;
 
 typedef number<cpp_dec_float<50>, et_on> test_type;
 
+#if !(defined(CI_SUPPRESS_KNOWN_ISSUES) && defined(BOOST_GCC))
+
 void foo()
 {
    instantiate(test_type());
 }
 
+#endif
+
 int main()
 {
    //BOOST_CONCEPT_ASSERT((boost::math::concepts::RealTypeConcept<test_type>));