ut icon indicating copy to clipboard operation
ut copied to clipboard

std::cout blocked from printing, is there an option to set?

Open stephenberry opened this issue 1 year ago • 0 comments

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

  1. Include Boost UT
  2. Try to use std::cout

Specifications

  • Version: GCC 13.1, 13.2, Clang 15
  • Platform: Linux and macOS

stephenberry avatar Mar 06 '24 12:03 stephenberry