You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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