restore boost accumulators test

This commit is contained in:
Hans Dembinski 2020-04-06 12:17:05 +02:00 committed by GitHub
parent b63d7e2b6f
commit 0525ba34a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,6 @@
// (See accompanying file 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/statistics/mean.hpp>
#include <boost/accumulators/statistics/stats.hpp>
@ -49,5 +43,3 @@ int main() {
}
return boost::report_errors();
}
#endif