Boost C++ Libraries: Ticket #143: Documentation error https://svn.boost.org/trac10/ticket/143 <pre class="wiki">In the Online Documentation : http://www.boost.org/libs/graph/doc/IncidenceGraph.html There are a mistake in the concept Cheking class section : all lines " p = out_edges(v,g)" should be read as "p = out_edges( u , g)" the same mistake is made in graph/graph_concept. vincent.agnus@ircad.u-strasbg.fr </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/143 Trac 1.4.3 nobody Wed, 30 Apr 2003 13:36:37 GMT <link>https://svn.boost.org/trac10/ticket/143#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/143#comment:1</guid> <description> <pre class="wiki">Logged In: NO What is the bug? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Douglas Gregor</dc:creator> <pubDate>Sun, 31 Oct 2004 18:21:51 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/143#comment:2 https://svn.boost.org/trac10/ticket/143#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=249098 I don't believe this is actually a bug. The concept documentation is already correct, because both u and v are vertex descriptors. However, I have made the suggested changes because I believe the result is more consistent. </pre> Ticket