id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10728,Error in example of boost::accumulators,anonymous,Eric Niebler,"The first example (Hello, World!) in http://www.boost.org/doc/libs/1_56_0/doc/html/accumulators/user_s_guide.html does not compile because of an error on line 22: {{{ std::cout << ""Moment: "" << accumulators::moment<2>(acc) << std::endl; }}} should be: {{{ std::cout << ""Moment: "" << moment<2>(acc) << std::endl; }}}",Bugs,new,To Be Determined,accumulator,Boost 1.56.0,Problem,,,