mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-07 19:04:46 +02:00

Copying a `ReusableStringStream` would lead to "double free" of the stream, and thus it could be used in multiple places at the same time, breaking the output.