]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/test/filter_graph_vp_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / graph / test / filter_graph_vp_test.cpp
index 9b8535ba5c266cf8f5b91d08559e7e1c40da9abf..fe3ddd65c4f7cfc3a1ed1f40fd2d6ce7f241221c 100644 (file)
@@ -16,8 +16,7 @@ using namespace boost;
 
 struct NotMuchOfAFilter
 {
-    template<class Vertex> bool operator()(Vertex key)
-    const { return true; }
+    template < class Vertex > bool operator()(Vertex key) const { return true; }
 };
 
 int main()