mirror of
https://github.com/catchorg/Catch2
synced 2026-02-27 17:42:09 +00:00
Previously the mapping was eager on construction and calls to `next()`. This was fine when generators were always exhausted fully, but with the new generator filtering, we might not want to call the map function eagerly; rather we want to call it only once, after the generator is moved to the target element.