[Boost-bugs] [Boost C++ Libraries] #6993: [graph] typo Bundled Properties document

Subject: [Boost-bugs] [Boost C++ Libraries] #6993: [graph] typo Bundled Properties document
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-18 03:55:03


#6993: [graph] typo Bundled Properties document
-------------------------------------------------------+--------------------
 Reporter: Akira Takahashi <faithandbrave@…> | Owner: jewillco
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
  Version: Boost 1.49.0 | Severity: Problem
 Keywords: |
-------------------------------------------------------+--------------------
 http://www.boost.org/doc/libs/1_49_0/libs/graph/doc/bundles.html

 {{{
 boost::property<boost::edge_length_t, double,
 }}}

 should be

 {{{
 boost::property<boost::edge_weight_t, double> >,
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6993>
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:09 UTC