mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 13:22:11 +00:00
The parameter given to `convert` may not be copyable therefore it has to be captured by const reference. For example an `std::tuple` that contains a non-copyable type is itself non-copyable. The NonDefaultConstructible test-case was reduced by one example type because it did not add any value.
13 KiB
13 KiB