Boost logo

Boost Users :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2003-08-14 12:15:14


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<Graph, vertex_index_t>::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<cat_type> 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_at_[hidden]>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net