05c1bbfac1
* rename link test to odr test and check odr test completeness * added convenience header for algorithm * added minimal docs for axis.hpp, accumulators.hpp, algorithm.hpp * temporarily remove display.hpp (will return in another patch)
13 lines
456 B
C++
13 lines
456 B
C++
// Copyright 2019 Henry Schreiner, Hans Dembinski
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// (See accompanying file LICENSE_1_0.txt
|
|
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
// include all Boost.Histogram header here
|
|
#include <boost/histogram.hpp>
|
|
#include <boost/histogram/accumulators.hpp>
|
|
#include <boost/histogram/axis/ostream.hpp>
|
|
#include <boost/histogram/ostream.hpp>
|
|
#include <boost/histogram/serialization.hpp>
|