Subject: [Boost-bugs] [Boost C++ Libraries] #4875: typo in example in mpl::list documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-11-21 17:02:10
#4875: typo in example in mpl::list documentation
-----------------------------------+----------------------------------------
Reporter: mignon@⦠| Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.45.0 | Severity: Cosmetic
Keywords: mpl |
-----------------------------------+----------------------------------------
In http://www.boost.org/doc/libs/1_45_0/libs/mpl/doc/refmanual/list.html,
typedef list<float,double,long double> floats;
typedef push_front<floating_types,int>::type types;
should be:
typedef list<float,double,long double> floats;
typedef push_front<floats,int>::type types;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4875> 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:04 UTC