$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78438 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2012-05-12 14:46:35
Author: jewillco
Date: 2012-05-12 14:46:34 EDT (Sat, 12 May 2012)
New Revision: 78438
URL: http://svn.boost.org/trac/boost/changeset/78438
Log:
Removed unnecessary concept requirement; fixes #6892
Text files modified: 
   trunk/boost/graph/bron_kerbosch_all_cliques.hpp |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/bron_kerbosch_all_cliques.hpp
==============================================================================
--- trunk/boost/graph/bron_kerbosch_all_cliques.hpp	(original)
+++ trunk/boost/graph/bron_kerbosch_all_cliques.hpp	2012-05-12 14:46:34 EDT (Sat, 12 May 2012)
@@ -270,7 +270,6 @@
 {
     BOOST_CONCEPT_ASSERT(( IncidenceGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT(( VertexListGraphConcept<Graph> ));
-    BOOST_CONCEPT_ASSERT(( VertexIndexGraphConcept<Graph> ));
     BOOST_CONCEPT_ASSERT(( AdjacencyMatrixConcept<Graph> )); // Structural requirement only
     typedef typename graph_traits<Graph>::vertex_descriptor Vertex;
     typedef typename graph_traits<Graph>::vertex_iterator VertexIterator;