mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 21:24:14 +00:00
9 lines
270 B
C++
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; }
|