Subject: [Boost-users] Accumulators: what is the difference between features<> and stats<> ?
From: Andrew A (scratchboom_at_[hidden])
Date: 2011-04-19 12:21:33


Is there any difference for example, between
accumulator_set< double, features< tag::mean > > acc;
and
accumulator_set< double, stats< tag::mean > > acc;

features and stats seems to be synonyms?