mirror of
https://github.com/google/benchmark.git
synced 2025-03-16 20:20:09 +08:00
The benchmark library internals write to std::cout/std::cerr during program startup. This can cause segfaults when the user doesn't include <iostream> in the benchmark (which init's the streams). This patch fixes this by emitting a dynamic initializer in every TU which initializes the streams. |
||
---|---|---|
.. | ||
benchmark |