mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 05:07:58 +00:00
restore boost accumulators test
This commit is contained in:
parent
b63d7e2b6f
commit
0525ba34a0
@ -4,12 +4,6 @@
|
|||||||
// (See accompanying file LICENSE_1_0.txt
|
// (See accompanying file LICENSE_1_0.txt
|
||||||
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if 1 // test temporarily disabled
|
|
||||||
|
|
||||||
int main() { return 0; }
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#include <boost/accumulators/accumulators.hpp>
|
#include <boost/accumulators/accumulators.hpp>
|
||||||
#include <boost/accumulators/statistics/mean.hpp>
|
#include <boost/accumulators/statistics/mean.hpp>
|
||||||
#include <boost/accumulators/statistics/stats.hpp>
|
#include <boost/accumulators/statistics/stats.hpp>
|
||||||
@ -49,5 +43,3 @@ int main() {
|
|||||||
}
|
}
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
Loading…
x
Reference in New Issue
Block a user