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 71e1992 commit a3ae349Copy full SHA for a3ae349
cpp/autosar/test/rules/A12-8-1/test.cpp
@@ -44,8 +44,8 @@ class C4 {
44
C4() : m1(0) {}
45
C4(C4 const &p1) : m1(p1.m1) {
46
std::cout << "Copying class C4"
47
- << std::endl; // NON_COMPLIANT - performance overhead affecting the
48
- // copying of th object?
+ << std::endl; // NON_COMPLIANT - performance overhead affecting
+ // the copying of the object?
49
}
50
51
private:
0 commit comments