From 73d2d7500e3fe75fe8bbebe0ef0e40de8a0a95b6 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Sat, 29 Jun 2013 19:12:52 +0000 Subject: [PATCH] Added #define to detect recent modification [SVN r84915] --- include/boost/graph/graph_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/graph/graph_traits.hpp b/include/boost/graph/graph_traits.hpp index 38a791fc..a1c27483 100644 --- a/include/boost/graph/graph_traits.hpp +++ b/include/boost/graph/graph_traits.hpp @@ -170,6 +170,7 @@ namespace boost { struct distributed_graph_tag { }; struct distributed_vertex_list_graph_tag { }; struct distributed_edge_list_graph_tag { }; +#define BOOST_GRAPH_SEQUENTIAL_TRAITS_DEFINES_DISTRIBUTED_TAGS // Disable these from external versions of PBGL /** @name Traversal Category Traits * These traits classify graph types by their supported methods of