mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-24 07:25:39 +02:00

Forbid deducing reference types for m_predicate in FilterGenerator to prevent dangling references. This is needed for out-of-line predicates to work correctly instead of undefined behavior or crashes. --------- Co-authored-by: Tek Mate <mate.tek@evosoft.com>