|
Boost : |
From: Eric Niebler (eric_at_[hidden])
Date: 2008-01-20 12:13:43
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk