Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83837 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2013-04-10 16:42:29


Author: jewillco
Date: 2013-04-10 16:42:27 EDT (Wed, 10 Apr 2013)
New Revision: 83837
URL: http://svn.boost.org/trac/boost/changeset/83837

Log:
Removed unnecessary requirement; fixes #8427
Text files modified:
   trunk/libs/graph/doc/johnson_all_pairs_shortest.html | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/doc/johnson_all_pairs_shortest.html
==============================================================================
--- trunk/libs/graph/doc/johnson_all_pairs_shortest.html (original)
+++ trunk/libs/graph/doc/johnson_all_pairs_shortest.html 2013-04-10 16:42:27 EDT (Wed, 10 Apr 2013)
@@ -90,8 +90,7 @@
   The type <tt>WeightMap</tt> must be a model of
   <a href="../../property_map/doc/ReadablePropertyMap.html">Readable Property Map</a>. The edge descriptor type of
   the graph needs to be usable as the key type for the weight
- map. The value type for the map must be
- <i>Addable</i> with the value type of the distance map.<br>
+ map.<br>
   <b>Default:</b> <tt>get(edge_weight, g)</tt>
 </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