]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/test/matching_test.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / test / matching_test.cpp
index f152696518f5a0a0b1616a84beb770fd67417982..666d548bd5fc580fa3959deb76c0f278bb89ce85 100644 (file)
@@ -7,6 +7,13 @@
 //
 //=======================================================================
 
+#include <boost/config.hpp>
+
+#ifdef BOOST_MSVC
+// Without disabling this we get hard errors about initialialized pointers:
+#pragma warning(disable:4703)
+#endif
+
 #include <boost/graph/max_cardinality_matching.hpp>
 
 #include <iostream>                      // for std::cout