]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/example/prim-telephone.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / example / prim-telephone.cpp
index 6b6f914fa07dd059ddca599a00d22d603107d58c..9354de64836b185147accf46c4e5117b42183b6e 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 <iostream>
 #include <fstream>