]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/test/stanford_graph_cc.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / test / stanford_graph_cc.cpp
index c237fdb3e28c25664d1633cfbf3ebeca91a3031b..830189a500a014746030e5339f50df6cc3ed9191 100644 (file)
@@ -6,6 +6,14 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //=======================================================================
+
+#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/graph_concepts.hpp>
 #include <boost/graph/graph_archetypes.hpp>
 #include <boost/graph/stanford_graph.hpp>