$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55528 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2009-08-11 12:36:11
Author: jewillco
Date: 2009-08-11 12:36:11 EDT (Tue, 11 Aug 2009)
New Revision: 55528
URL: http://svn.boost.org/trac/boost/changeset/55528
Log:
Added extra space to work around buggy preprocessors
Text files modified:
trunk/boost/graph/grid_graph.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/grid_graph.hpp
==============================================================================
--- trunk/boost/graph/grid_graph.hpp (original)
+++ trunk/boost/graph/grid_graph.hpp 2009-08-11 12:36:11 EDT (Tue, 11 Aug 2009)
@@ -33,7 +33,7 @@
grid_graph<DimensionsT, VertexIndexT, EdgeIndexT>
#define BOOST_GRID_GRAPH_TRAITS_T \
- typename graph_traits<BOOST_GRID_GRAPH_TYPE>
+ typename graph_traits<BOOST_GRID_GRAPH_TYPE >
namespace boost {