================
@@ -62,7 +62,7 @@ namespace ClassNTTP {
   template<A a> constexpr int f() { return a.y; }
   static_assert(f<A{1,2}>() == 2);
 
-  template<A a> int id;
+  template<A a> int id; // expected-note {{passing argument to parameter 'a' 
here}}
----------------
AaronBallman wrote:

Ahhh, it was just out of sight. Yeah might as well switch to a bookmark 
instead. I don't feel that strongly though.

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

Reply via email to