]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/example/kruskal-telephone.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / example / kruskal-telephone.cpp
index 7e53d70a602f1419c7c0cb9a28c25e5bc6d90616..614775b62d8b86a12e12f496b11c0952e0804beb 100644 (file)
@@ -5,6 +5,15 @@
 // 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 <iostream>
 #include <fstream>