[BGL] patch to graphviz.hpp (cvs version)
The following trivial patch is needed to compile write_graphviz from today's
CVS.
Regards,
Angus
Index: graphviz.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/graph/graphviz.hpp,v
retrieving revision 1.18
diff -u -p -r1.18 graphviz.hpp
--- graphviz.hpp 12 Aug 2003 01:15:37 -0000 1.18
+++ graphviz.hpp 14 Aug 2003 11:15:49 -0000
@@ -249,7 +249,7 @@ namespace boost {
GraphPropertiesWriter gpw)
{
typedef typename property_map
Thanks, fixed. Cheers, Jeremy On Thursday, August 14, 2003, at 07:18 AM, Angus Leeming wrote:
The following trivial patch is needed to compile write_graphviz from today's CVS.
Regards, Angus
Index: graphviz.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/graph/graphviz.hpp,v retrieving revision 1.18 diff -u -p -r1.18 graphviz.hpp --- graphviz.hpp 12 Aug 2003 01:15:37 -0000 1.18 +++ graphviz.hpp 14 Aug 2003 11:15:49 -0000 @@ -249,7 +249,7 @@ namespace boost { GraphPropertiesWriter gpw) { typedef typename property_map
::const_type vimap_t; - vimap_t vertex_index = get(g, vertex_index_t()); + vimap_t vertex_index = get(vertex_index_t(), g); typedef typename graph_traits<Graph>::directed_category cat_type; typedef graphviz_io_traits Traits; std::string name = "G"; ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511 http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/EbFolB/TM --------------------------------------------------------------------- ~->
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
participants (2)
-
Angus Leeming
-
Jeremy Siek