Bug#565102: mumble: ftbfs with gcc-4.5
Thorvald Natvig
thorvald at natvig.com
Wed Jan 13 19:42:56 UTC 2010
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;
}
More information about the Pkg-voip-maintainers
mailing list