Commit a3e3f9d
committed
Exclude members of uninstantiated templates
We can't properly determine the use of uninstantiated template members
without looking at all the instantiated templates.
Even then, included templates provide an interface that can be partially
used, so alerting on those parts that are currently not used doesn't
necessarily indicate a programming mistake.1 parent 31f5ba4 commit a3e3f9d
File tree
1 file changed
+3
-1
lines changed- cpp/common/src/codingstandards/cpp/deadcode
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments