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 40ef3c6 commit 77ac3d0Copy full SHA for 77ac3d0
cpp/autosar/test/rules/A7-3-1/test.cpp
@@ -67,7 +67,7 @@ class C5 : public C1 {
67
using C1::f1; // order of using and f1 declaration is not relevant
68
69
void f2(double) override; // COMPLIANT
70
- using C1::f2; // order of using and f1 declaration is not relevant
+ using C1::f2; // order of using and f2 declaration is not relevant
71
};
72
73
void f2() {
0 commit comments