Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58124 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-12-03 13:16:39


Author: jewillco
Date: 2009-12-03 13:16:39 EST (Thu, 03 Dec 2009)
New Revision: 58124
URL: http://svn.boost.org/trac/boost/changeset/58124

Log:
Fixed Template Parameters section to mention bidirectionalS
Text files modified:
   trunk/libs/graph/doc/compressed_sparse_row.html | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/doc/compressed_sparse_row.html
==============================================================================
--- trunk/libs/graph/doc/compressed_sparse_row.html (original)
+++ trunk/libs/graph/doc/compressed_sparse_row.html 2009-12-03 13:16:39 EST (Thu, 03 Dec 2009)
@@ -317,8 +317,9 @@
       <blockquote>
         A selector that determines whether the graph will be directed,
         bidirectional or undirected. At this time, the CSR graph type
- only supports directed graphs, so this value must
- be <code>boost::directedS</code>.<br>
+ only supports directed and bidirectional graphs, so this value must
+ be either <code>boost::directedS</code> or
+ <code>boost::bidirectionalS</code>.<br>
         <b>Default</b>: <code>boost::directedS</code>
       </blockquote>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk