move throw_exception implementation to test and benchmark folders

This commit is contained in:
Hans Dembinski
2019-05-28 23:15:17 +02:00
parent e2f19062ab
commit 7a55bf0e29
40 changed files with 59 additions and 38 deletions

View File

@@ -8,7 +8,7 @@
#include <boost/histogram/axis.hpp>
#include <boost/histogram/axis/traits.hpp>
#include <boost/histogram/detail/axes.hpp>
#include <boost/histogram/detail/throw_exception.hpp>
#include "throw_exception.hpp"
#include <boost/mp11/algorithm.hpp>
#include <random>
#include <tuple>