mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-06 15:25:40 +02:00

This makes sure that CAPTURE works when called with variadic arguments,
and also works that way when disabled.
The underlying fix to #2316 is not applicable (CAPTURE is already
variadic when disabled).
This is a port of 5e94498ed0
to the
devel branch.