bloomberg/clang-p2996

Type splice should not require `typename` in parameter declaration

Closed this issue · 0 comments

As far as I'm aware, the use of a splice to name the type for a function parameter should be a type-only context. It therefore should not require a leading typename keyword (example here).