Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77735 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2012-04-03 01:49:08


Author: jewillco
Date: 2012-04-03 01:49:07 EDT (Tue, 03 Apr 2012)
New Revision: 77735
URL: http://svn.boost.org/trac/boost/changeset/77735

Log:
Qualified call to isomorphism
Text files modified:
   trunk/boost/graph/is_kuratowski_subgraph.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/graph/is_kuratowski_subgraph.hpp
==============================================================================
--- trunk/boost/graph/is_kuratowski_subgraph.hpp (original)
+++ trunk/boost/graph/is_kuratowski_subgraph.hpp 2012-04-03 01:49:07 EDT (Tue, 03 Apr 2012)
@@ -301,11 +301,11 @@
     
     if (target_graph == detail::tg_k_5)
       {
- return isomorphism(K_5,contracted_graph);
+ return boost::isomorphism(K_5,contracted_graph);
       }
     else //target_graph == tg_k_3_3
       {
- return isomorphism(K_3_3,contracted_graph);
+ return boost::isomorphism(K_3_3,contracted_graph);
       }
     
     


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