Skip to content

Commit 22ef3ff

Browse files
Remove unnecessary include that was breaking test
1 parent ec2c9ab commit 22ef3ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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. |
1+
| test.cpp:56:6:56:14 | operator= | User defined copy or user defined move does not handle self-assignment correctly. |
2+
| 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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include <functional>
22
#include <string>
3-
#include <utility>
43

54
class A {
65
public:

0 commit comments

Comments
 (0)