================
@@ -467,3 +467,29 @@ namespace VexingParse {
   template <typename> int var; // expected-note {{declared here}}
   int x(var); // expected-error {{use of variable template 'var' requires 
template arguments}}
 }
+
+#ifndef PRECXX11
+
+namespace GH79750 {
----------------
shafik wrote:

I am assuming you checked by hand that 
https://github.com/llvm/llvm-project/issues/133047 passes now? It might have 
been helpful to ask for a reduction to ensure we had fuller test coverage.

https://github.com/llvm/llvm-project/pull/133212
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to