Re: [Boost-bugs] [Boost C++ Libraries] #3259: write_graphviz requires more concepts than the documentation states

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3259: write_graphviz requires more concepts than the documentation states
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-07-17 12:44:33


#3259: write_graphviz requires more concepts than the documentation states
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: asutton
     Type: Bugs | Status: assigned
Milestone: Boost 1.41.0 | Component: graph
  Version: Boost 1.39.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
Changes (by asutton):

  * status: new => assigned
  * severity: Cosmetic => Problem
  * milestone: Boost 1.40.0 => Boost 1.41.0

Comment:

 The specialization proposed by the reporter is somewhat interesting since
 it only applies to directed graphs. Using the suggested specialization
 with an undirected graph will cause each edge to be given twice. It may be
 worth considering a !DirectedGraph concept that embodies this property of
 the out_edges() function. Conversely, an !UndirectedGraph concept may
 provide a different guarantee.

 However, the proposed solution - as given - won't work.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3259#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC