Open
Description
A test in Catch2 fails to build since Clang 20. I have reduced the issue to the difference in the treatment of the deduction of variadic template template arguments. It does work with std::vector
, but not with std::tuple
. You can see the issue on Godbolt: https://godbolt.org/z/PndbeejKz