|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84915 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2013-06-29 15:12:52
Author: jewillco
Date: 2013-06-29 15:12:52 EDT (Sat, 29 Jun 2013)
New Revision: 84915
URL: http://svn.boost.org/trac/boost/changeset/84915
Log:
Added #define to detect recent modification
Text files modified:
trunk/boost/graph/graph_traits.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/graph/graph_traits.hpp
==============================================================================
--- trunk/boost/graph/graph_traits.hpp Sat Jun 29 13:22:22 2013 (r84914)
+++ trunk/boost/graph/graph_traits.hpp 2013-06-29 15:12:52 EDT (Sat, 29 Jun 2013) (r84915)
@@ -170,6 +170,7 @@
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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk