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 ec2c9ab commit 22ef3ffCopy full SHA for 22ef3ff
cpp/cert/test/rules/OOP54-CPP/GracefullyHandleSelfCopyAssignment.expected
@@ -1,2 +1,2 @@
1
-| test.cpp:57:6:57:14 | operator= | User defined copy or user defined move does not handle self-assignment correctly. |
2
-| test.cpp:66:6:66:14 | operator= | User defined copy or user defined move does not handle self-assignment correctly. |
+| test.cpp:56:6:56:14 | operator= | User defined copy or user defined move does not handle self-assignment correctly. |
+| test.cpp:65:6:65:14 | operator= | User defined copy or user defined move does not handle self-assignment correctly. |
cpp/cert/test/rules/OOP54-CPP/test.cpp
@@ -1,6 +1,5 @@
#include <functional>
#include <string>
3
-#include <utility>
4
5
class A {
6
public:
0 commit comments