Issue 135780
Summary clang marks as error redundant template keyword, when no arguments
Labels clang
Assignees
Reporter kelbon
    clang 19 changes behavior for this code from "all good' to 'ill-formed', is this intentional?

```cpp
template<typename X>
void foo() {
    X::template bar(5);
}

```

https://godbolt.org/z/sr9Yv3e36

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to