]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/test/adj_list_invalidation.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / test / adj_list_invalidation.cpp
index 3afdfb5b1be74e37af995548b2f7880e00d720e9..8d63d6d4fef6afbbac838fd47cf1d0efd8ed3d36 100644 (file)
@@ -4,11 +4,19 @@
 // Boost Software License, Version 1.0 (See accompanying file
 // LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
 
+/***********************************************************
+
+IMPORTANT: this file should not be tested - it creates invalid graphs/sequences 
+which *do* crash at runtime - this seems to be the intent, but it's not
+clear why or whether the file should be retained.
+
+***********************************************************/
+
 #include <iostream>
 #include <string>
 #include <boost/graph/adjacency_list.hpp>
 
-#include "../../../../../gpld/common/typestr.hpp"
+#include "typestr.hpp"
 
 using namespace std;
 using namespace boost;