Subject: [Boost-bugs] [Boost C++ Libraries] #9394: Boost.Accumulators "Hello, World!" example doesn't compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-14 22:39:09
#9394: Boost.Accumulators "Hello, World!" example doesn't compile
------------------------------+---------------------------
Reporter: anonymous | Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------
{{{
std::cout << "Mean: " << mean(acc) << std::endl;
std::cout << "Moment: " << accumulators::moment<2>(acc) << std::endl;
}}}
{{{accumulators::}}} should be removed from the second line.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9394> 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