[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 9 04:46:28 PDT 2024
eaeltsin wrote:
> > Thanks, guarding the second specialization with the feature test macro works.
> > I will try to reduce the test case tomorrow, if you still need this.
>
> Thanks. If it's not too much work for you, that would be great. Otherwise, I think a pretty good guess can be made from reading the source code, but I may not be able to try until next week. If that happens and I still don't manage to reproduce it, I will ask again.
Here is my reduction - https://godbolt.org/z/Mrcafn8h6
https://github.com/llvm/llvm-project/pull/89807
More information about the cfe-commits
mailing list