Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80998 - branches/release/boost/graph
From: marshall_at_[hidden]
Date: 2012-10-15 23:44:59


Author: marshall
Date: 2012-10-15 23:44:59 EDT (Mon, 15 Oct 2012)
New Revision: 80998
URL: http://svn.boost.org/trac/boost/changeset/80998

Log:
Merge comment typo to release; Fixes #7511
Properties modified:
   branches/release/boost/graph/ (props changed)
Text files modified:
   branches/release/boost/graph/is_kuratowski_subgraph.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/graph/is_kuratowski_subgraph.hpp
==============================================================================
--- branches/release/boost/graph/is_kuratowski_subgraph.hpp (original)
+++ branches/release/boost/graph/is_kuratowski_subgraph.hpp 2012-10-15 23:44:59 EDT (Mon, 15 Oct 2012)
@@ -175,7 +175,7 @@
 
             while (neighbors[v].size() > 0 && neighbors[v].size() < max_size)
               {
- // Find one of v's neighbors u such that that v and u
+ // Find one of v's neighbors u such that v and u
                 // have no neighbors in common. We'll look for such a
                 // neighbor with a naive cubic-time algorithm since the
                 // max size of any of the neighbor sets we'll consider


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