Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53287 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-05-26 15:28:34


Author: jewillco
Date: 2009-05-26 15:28:31 EDT (Tue, 26 May 2009)
New Revision: 53287
URL: http://svn.boost.org/trac/boost/changeset/53287

Log:
Fixed bug in default for distance_combine
Text files modified:
   trunk/libs/graph/doc/dijkstra_shortest_paths.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/doc/dijkstra_shortest_paths.html
==============================================================================
--- trunk/libs/graph/doc/dijkstra_shortest_paths.html (original)
+++ trunk/libs/graph/doc/dijkstra_shortest_paths.html 2009-05-26 15:28:31 EDT (Tue, 26 May 2009)
@@ -317,7 +317,7 @@
   <tt>WeightMap</tt> property map. The result type must be the same
   type as the distance value type.<br>
 
- <b>Default:</b> <tt>std::plus&lt;D&gt;</tt> with
+ <b>Default:</b> <tt>closed_plus&lt;D&gt;</tt> with
    <tt>D=typename property_traits&lt;DistanceMap&gt;::value_type</tt><br>
 
   <b>Python</b>: Unsupported parameter.


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