mirror of
https://github.com/github/codeql.git
synced 2026-04-08 00:24:03 +02:00
Update cpp/ql/lib/semmle/code/cpp/TemplateParameter.qll
Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ class TemplateTemplateParameter extends TypeTemplateParameter {
|
||||
/**
|
||||
* Gets a class instantiated from this template template parameter.
|
||||
*
|
||||
* For example for `Container<T>` in the following code, the results is
|
||||
* For example for `Container<T>` in the following code, the result is
|
||||
* `Container<Elem>`:
|
||||
* ```
|
||||
* template <template <typename T> class Container, class Elem>
|
||||
|
||||
Reference in New Issue
Block a user