Skip to content

Commit 04345df

Browse files
committed
remove duplicate constructor
1 parent 0997489 commit 04345df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CppCoreGuidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,6 @@ but:
35243524
int y;
35253525
Month m;
35263526
char d; // day
3527-
Date(int yy, Month mm, char dd);
35283527
};
35293528

35303529
##### Note

0 commit comments

Comments
 (0)