histogram/test/link_1_test.cpp
2019-10-08 10:10:23 +02:00

9 lines
270 B
C++

#include <boost/histogram.hpp>
#include <boost/histogram/axis/ostream.hpp>
#include <boost/histogram/ostream.hpp>
// All files should be include above
// Simple do-nothing function, used to keep the compiler from throwing away this file
int do_nothing() { return 7; }