Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65199 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-09-02 16:06:01


Author: jewillco
Date: 2010-09-02 16:05:58 EDT (Thu, 02 Sep 2010)
New Revision: 65199
URL: http://svn.boost.org/trac/boost/changeset/65199

Log:
Added new info about needing to build a library to get GraphML reading; fixes #4556
Text files modified:
   trunk/libs/graph/doc/index.html | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/doc/index.html
==============================================================================
--- trunk/libs/graph/doc/index.html (original)
+++ trunk/libs/graph/doc/index.html 2010-09-02 16:05:58 EDT (Thu, 02 Sep 2010)
@@ -61,8 +61,9 @@
 
 <H2>How to Build the BGL</H2>
 <p><b>DON'T!</b> The Boost Graph Library is a header-only library and
-does not need to be built to be used. The only exception is the <a
-href="read_graphviz.html">GraphViz input parser</a>.</p>
+does not need to be built to be used. The only exceptions are the <a
+href="read_graphviz.html">GraphViz input parser</a> and the <a
+href="read_graphml.html">GraphML parser</a>.</p>
 
 <p>When compiling programs that use the BGL, <b>be sure to compile
 with optimization</b>. For instance, select &ldquo;Release&rdquo; mode with


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