$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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;