================
@@ -1386,6 +1386,7 @@ namespace cwg488 { // cwg488: 2.9 c++11
enum E { e };
f(e);
// cxx98-error@-1 {{template argument uses local type 'E'}}
+ // cxx98-note@-2 {{while substituting deduced template arguments}}
----------------
Endilll wrote:
```suggestion
// cxx98-note@-2 {{while substituting deduced template arguments}}
```
https://github.com/llvm/llvm-project/pull/125453
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits