$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54539 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2009-06-30 12:57:26
Author: jewillco
Date: 2009-06-30 12:57:26 EDT (Tue, 30 Jun 2009)
New Revision: 54539
URL: http://svn.boost.org/trac/boost/changeset/54539
Log:
Fixed typo; refs #3134
Text files modified: 
   trunk/boost/graph/compressed_sparse_row_graph.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/compressed_sparse_row_graph.hpp
==============================================================================
--- trunk/boost/graph/compressed_sparse_row_graph.hpp	(original)
+++ trunk/boost/graph/compressed_sparse_row_graph.hpp	2009-06-30 12:57:26 EDT (Tue, 30 Jun 2009)
@@ -175,8 +175,8 @@
     void advance(typename base_type::difference_type) {}
     typename base_type::difference_type distance_to(default_construct_iterator) const {return 0;}
   };
-}
 #endif // BOOST_GRAPH_USE_NEW_CSR_INTERFACE
+}
 
 /** Compressed sparse row graph.
  *