ut
ut copied to clipboard
std::cout blocked from printing, is there an option to set?
Expected Behavior
std::cout calls, even when explicitly flushing, are blocked when boost ut is included. std::cerr still prints, but is there an option to enable std::cout still printing?
Actual Behavior
std::cout is blocked from printing. At least on GCC and Clang
Steps to Reproduce the Problem
- Include Boost UT
- Try to use
std::cout
Specifications
- Version: GCC 13.1, 13.2, Clang 15
- Platform: Linux and macOS