mirror of
https://github.com/catchorg/Catch2.git
synced 2026-08-22 21:33:21 +02:00
This allows it to deal with badly behaved code, where 3rd party dependencies write into stdout during global construction. Closes #3162 Closes #3166