We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fd4c5 commit ec5fb2aCopy full SHA for ec5fb2a
cpp/autosar/test/rules/A13-3-1/test.cpp
@@ -73,6 +73,6 @@ int main() {}
73
74
class C {
75
public:
76
- C() {} // COMPLIANT by exception
77
- template <typename T> C(T &&) {}
+ C() {}
+ template <typename T> C(T &&) {} // COMPLIANT by exception
78
};
0 commit comments