reassign 565102 boost1.40
thanks
The following minimal example compiles with g++-4.4, but not with g++-4.5:
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/mean.hpp>
int main(int argc, char **argv) {
boost::accumulators::accumulator_set<double,
boost::accumulators::stats<boost::accumulators::tag::mean> > acc;
}
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org