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 , 9 years ago
| Component: | Documentation → accumulator |
|---|---|
| Owner: | changed from to |
comment:2 by , 9 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Dupe of #9270