mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
This will enable us to support non-type template parameters, which we currently do not support, and error template parameters, which might become relevant in the `build-mode: none` context.
5 lines
162 B
Markdown
5 lines
162 B
Markdown
---
|
|
category: deprecated
|
|
---
|
|
* The `TemplateParameter` class, representing C++ type template parameters has been deprecated. Use `TypeTemplateParameter` instead.
|