Boost logo

Boost :

Subject: [boost] [accumulators] misprint in accumulators users guide
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2008-12-19 10:44:20


The example under 'Defining a New Feature' says:
  typedef impl::mean_accumulator< mpl::_1 > impl;

I think it needs to say:
  typedef accumulators::impl::mean_accumulator< mpl::_1 > impl;


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk