]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/example/edge-connectivity.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / example / edge-connectivity.cpp
index bd33ca7241e0436b78a4dcbf981038f05e19b155..4df4e0e0672c3512e448c1cd8badbc89f3b963c1 100644 (file)
@@ -5,6 +5,14 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //=======================================================================
+
+/*
+   IMPORTANT!!!
+   ~~~~~~~~~~~~
+   This example uses interfaces that have been deprecated and removed from Boost.Grpah.
+   Someone needs to update it, as it does NOT compile.
+*/
+
 #include <boost/config.hpp>
 #include <algorithm>
 #include <utility>