[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
Fri Apr 26 01:19:50 PDT 2024


================
@@ -0,0 +1,115 @@
+// RUN: %clang_cc1 %s -fsyntax-only -std=c++23                                     -verify=expected,new
----------------
mizvekov wrote:

While it's true this is a DR, I just don't think for this particular case it's worth the cost of testing every single mode, as there are no particularly interesting interactions there.
Moot point as I will be moving it away anyway.

https://github.com/llvm/llvm-project/pull/89807


More information about the cfe-commits mailing list