Boost logo

Boost Users :

From: Tony Cook (tony__cook_at_[hidden])
Date: 2005-09-16 01:41:58


I retracted this in a subsequent post - it was my problem with a custom
vertex property (blush)

>From: Daryle Walker <darylew_at_[hidden]>
>Reply-To: boost-users_at_[hidden]
>To: Boost Users mailing list <boost-users_at_[hidden]>
>Subject: Re: [Boost-users] Could the BGL graph algorithms be
>improvedto automatically work with VertexList = listS graphs?
>Date: Thu, 15 Sep 2005 18:05:46 -0400
>
>On 9/15/05 7:05 AM, "Tony Cook" <tony__cook_at_[hidden]> wrote:
>
> > Can I add that misuse of graph assignment and a graph copy constructor
>is
> > possible - corruptible shallow copies are the result. These methods
>should
> > be given private scope to prevent (mis)use or be correctly implemented
> >
> > G2 = G1 ; // Compiles but NO you must use boost::graph_copy (G1, G2)
>instead
>
>If this is accurate, then it should be fixed. Types with abnormal copying
>semantics can't be used in STL containers or similar contexts.
>
>--
>Daryle Walker
>Mac, Internet, and Video Game Junkie
>darylew AT hotmail DOT com
>
>_______________________________________________
>Boost-users mailing list
>Boost-users_at_[hidden]
>http://lists.boost.org/mailman/listinfo.cgi/boost-users


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