[clang] [clang] require template arg list after template kw (PR #80801)
Davis Herring via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 6 07:17:17 PST 2024
================
@@ -1414,7 +1414,7 @@ namespace dr96 { // dr96: no
// FIXME: This is ill-formed, because 'f' is not a template-id and does not
// name a class template.
// FIXME: What about alias templates?
----------------
opensdh wrote:
The alias template case was aligned with the class-template case as part of [CWG1710](https://cplusplus.github.io/CWG/issues/1710.html).
https://github.com/llvm/llvm-project/pull/80801
More information about the cfe-commits
mailing list