$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: asutton_at_[hidden]
Date: 2007-06-27 08:17:46
Author: asutton
Date: 2007-06-27 08:17:45 EDT (Wed, 27 Jun 2007)
New Revision: 7191
URL: http://svn.boost.org/trac/boost/changeset/7191
Log:
Fixed visitor concepts header.
Added directory for concept docs
Added:
   sandbox/SOC/2007/graphs/libs/graph/doc/quickbook/concepts/
Text files modified: 
   sandbox/SOC/2007/graphs/libs/graph/doc/quickbook/con_visitors.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2007/graphs/libs/graph/doc/quickbook/con_visitors.qbk
==============================================================================
--- sandbox/SOC/2007/graphs/libs/graph/doc/quickbook/con_visitors.qbk	(original)
+++ sandbox/SOC/2007/graphs/libs/graph/doc/quickbook/con_visitors.qbk	2007-06-27 08:17:45 EDT (Wed, 27 Jun 2007)
@@ -5,7 +5,7 @@
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  /]
 
-[section Concepts]
+[section Visitor Concepts]
 The visitor concepts plays the same role in Boost.Graph as functors play in the STL.
 Functors provide a mechanism for extending an algorithm; for customizing what is done
 at each step of the algorithm. Visitors allow the user to insert their own operations