Update of /cvsroot/boost/boost/libs/graph/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24872

Modified Files:
      Tag: RC_1_34_0
        matching_example.cpp 
Log Message:
merging filename fix for maximum_cardinality_matching.hpp from HEAD to RC_1_34_0

Index: matching_example.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/example/matching_example.cpp,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- matching_example.cpp        7 Sep 2005 15:39:03 -0000       1.1
+++ matching_example.cpp        14 Dec 2006 00:51:26 -0000      1.1.2.1
@@ -11,7 +11,7 @@
 #include <boost/graph/adjacency_list.hpp>
 #include <cassert>
 
-#include <boost/graph/maximum_cardinality_matching.hpp>
+#include <boost/graph/max_cardinality_matching.hpp>
 
 
 using namespace boost;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to