" - , , Boost, Boost ?"
, . , , . , boost .
@jamesj , . , , , boost_x_y_z, x y z . ,
namespace acc = boost::accumulators;
typedef acc::features<acc::tag::density> features_t;
typedef acc::accumulator_set<double, features_t> accumulator_t;
1.47.0 :
namespace acc = boost_1_47_0::accumulators;
typedef acc::features<acc::tag::density> features_t;
typedef acc::accumulator_set<double, features_t> accumulator_t;
, , - :
namespace boost_latest = boost_1_50_0;
, :
namespace acc = boost_latest::accumulators;
typedef acc::features<acc::tag::density> features_t;
typedef acc::accumulator_set<double, features_t> accumulator_t;
, , . . .