Opened 9 years ago

Closed 9 years ago

#9394 closed Bugs (duplicate)

Boost.Accumulators "Hello, World!" example doesn't compile

Reported by: anonymous Owned by: Eric Niebler
Milestone: To Be Determined Component: accumulator
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

 std::cout << "Mean:   " << mean(acc) << std::endl;
 std::cout << "Moment: " << accumulators::moment<2>(acc) << std::endl;

accumulators:: should be removed from the second line.

Change History (2)

comment:1 by anonymous, 9 years ago

Component: Documentationaccumulator
Owner: changed from Matias Capeletto to Eric Niebler

comment:2 by Eric Niebler, 9 years ago

Resolution: duplicate
Status: newclosed

Dupe of #9270

Note: See TracTickets for help on using tickets.