Skip to content

Commit ec5fb2a

Browse files
Update cpp/autosar/test/rules/A13-3-1/test.cpp
Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
1 parent 09fd4c5 commit ec5fb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/autosar/test/rules/A13-3-1/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ int main() {}
7373

7474
class C {
7575
public:
76-
C() {} // COMPLIANT by exception
77-
template <typename T> C(T &&) {}
76+
C() {}
77+
template <typename T> C(T &&) {} // COMPLIANT by exception
7878
};

0 commit comments

Comments
 (0)