mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-04 09:34:47 +02:00

As part of `-Wdeprecated-copy-dtor` sweep, I noticed that Capturer's copies are defaulted. Given that the class would likely break horribly in the event of actual copy happening, they are now deleted.