[Boost-bugs] [Boost C++ Libraries] #7780: Typo in Push Relabel Max Flow Example

Subject: [Boost-bugs] [Boost C++ Libraries] #7780: Typo in Push Relabel Max Flow Example
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-10 08:34:53


#7780: Typo in Push Relabel Max Flow Example
-------------------------------------+--------------------------------------
 Reporter: q309185+boost@… | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 http://www.boost.org/doc/libs/1_52_0/libs/graph/doc/push_relabel_max_flow.html

 In the example on the above page, on the fourth line it says

 {{{
 #include <boost/graph/push_relabel_map_flow.hpp>
 }}}

 it should instead say

 {{{
 #include <boost/graph/push_relabel_max_flow.hpp>
 }}}

 (map -> max)

 Note that the file at
 http://www.boost.org/doc/libs/1_52_0/libs/graph/example/max_flow.cpp
 is correct.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7780>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC