]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/example/floating_point_examples.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / example / floating_point_examples.cpp
index 74f593f20cd3f5fe50a7613a299394aa2345e8e3..f580738634e253ad1148fdf52df054cf5eb75624 100644 (file)
@@ -10,7 +10,7 @@
 #include <iostream>
 #include <iomanip>
 
-#if !defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(BOOST_NO_CXX11_LAMBDAS)
+#if !defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(BOOST_NO_CXX11_LAMBDAS) && !(defined(CI_SUPPRESS_KNOWN_ISSUES) && defined(__GNUC__) && defined(_WIN32))
 
 #include <array>