### Affected rules - `RULE-0-2-1` ### Description This is occurring in a few places in QLX. It seems to be caused by uninstantiated templates but not positive. ### Example Likely caused by cases such as: ```cpp template <typename T> class C { int x; void f() { x; } }; ```
Affected rules
RULE-0-2-1Description
This is occurring in a few places in QLX. It seems to be caused by uninstantiated templates but not positive.
Example
Likely caused by cases such as: