Subject: [Boost-bugs] [Boost C++ Libraries] #9270: Hello world example in Boost accumulator reference manual does not compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-19 09:11:28
#9270: Hello world example in Boost accumulator reference manual does not compile
------------------------------+--------------------------
Reporter: jeadorf@⦠| Owner: eric_niebler
Type: Bugs | Status: new
Milestone: To Be Determined | Component: accumulator
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+--------------------------
In the code example
http://www.boost.org/doc/libs/1_54_0/doc/html/accumulators/user_s_guide.html#accumulators.user_s_guide.hello__world_
{{{
std::cout << "Moment: " << accumulators::moment<2>(acc) << std::endl;
}}}
should be
{{{
std::cout << "Moment: " << moment<2>(acc) << std::endl;
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9270> 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:14 UTC