You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 enablestd::cout
still printing?Actual Behavior
std::cout
is blocked from printing. At least on GCC and ClangSteps to Reproduce the Problem
std::cout
Specifications
The text was updated successfully, but these errors were encountered: