Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / histogram / test / odr_test.cpp
1 // Copyright 2019 Henry Schreiner, Hans Dembinski
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt
5 // or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7 // include all Boost.Histogram header here
8 #include <boost/histogram.hpp>
9 #include <boost/histogram/accumulators.hpp>
10 #include <boost/histogram/axis/ostream.hpp>
11 #include <boost/histogram/ostream.hpp>
12 #include <boost/histogram/serialization.hpp>