Unverified Commit f46d1463 authored by Erick Velez's avatar Erick Velez Committed by GitHub
Browse files

[clang] require template arg list after template kw (#80801)

Require a template argument list after an identifier prefixed by the
template keyword. Introduced by [CWG
96](https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96),
but the current wording of
[[temp.names]p5](https://eel.is/c++draft/temp.names#6) was introduced in
[P1787R6](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1787r6.html

),
and became [temp.names]p6 somewhere else.

Fixes #53095

---------

Co-authored-by: default avatarShafik Yaghmour <shafik.yaghmour@intel.com>
parent 458a3156
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment