Decouple tests and benchmarks, turn off warnings for tests with some external boost libs

- Tests and benchmarks now only include the headers they really need.
- Warnings turned off for tests that compile with external boost libs that are not warning free
This commit is contained in:
Hans Dembinski
2019-05-12 13:33:54 +02:00
committed by GitHub
parent f830847f07
commit af77b6af07
13 changed files with 63 additions and 37 deletions

View File

@@ -21,7 +21,6 @@
#include <cmath>
#include <initializer_list>
#include <stdexcept>
#include <type_traits>
namespace boost {
namespace histogram {