Skip to content

Commit e0b581a

Browse files
authored
Update NonTemplateMemberDefinedInTemplate.expected
1 parent 5609f09 commit e0b581a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/autosar/test/rules/A14-5-2/NonTemplateMemberDefinedInTemplate.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
| test.cpp:11:9:11:10 | T2 | Member T2 template class does not use any of template arguments of its $@. | test.cpp:6:29:6:30 | C1<T> | declaring type |
12
| test.cpp:28:31:28:33 | C12<N> | Member C12<N> template class does not use any of template arguments of its $@. | test.cpp:6:29:6:30 | C1<T> | declaring type |
23
| test.cpp:45:7:45:8 | a1 | Member a1 template class does not use any of template arguments of its $@. | test.cpp:37:31:37:33 | C22<N> | declaring type |
34
| test.cpp:46:9:46:10 | a2 | Member a2 template class does not use any of template arguments of its $@. | test.cpp:37:31:37:33 | C22<N> | declaring type |

0 commit comments

Comments
 (0)