mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +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.
162 B
162 B
category
| category |
|---|
| deprecated |
- The
TemplateParameterclass, representing C++ type template parameters has been deprecated. UseTypeTemplateParameterinstead.