
20 Jan
2008
20 Jan
'08
5:13 p.m.
Neal Becker wrote:
Neal Becker wrote:
typedef std::complex<double> complex_t; accumulator_set<complex_t,stats<tag::mean,tag::moment<2> > >
results in what may be the longest error messages ever. Should this work?
You should either #include boost/accumulators/numeric/functional/complex.hpp before any other accumulators headers, or else compile with BOOST_NUMERIC_FUNCTIONAL_STD_COMPLEX_SUPPORT defined. -- Eric Niebler Boost Consulting www.boost-consulting.com