[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Tue May 28 16:07:37 PDT 2024
mizvekov wrote:
> @mizvekov - can you please take a look at https://godbolt.org/z/ahro3vnPd ?
> The reduced example fails somewhat differently, but it complains on `implicit instantiation of undefined template` _with_ relaxed argument matching enabled and compiles OK without...
Thank you, this example does look interesting. I will try to reduce further.
https://github.com/llvm/llvm-project/pull/89807
More information about the cfe-commits
mailing list