mirror of
https://github.com/catchorg/Catch2
synced 2026-02-14 01:12:11 +00:00
* Deduce map return type implicitly Giving the first template argument to map generator function to deduce return type is now optional even if the return type is different from the type generated by mapped generator.