mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
remove duplicate constructor
This commit is contained in:
@@ -3524,7 +3524,6 @@ but:
|
|||||||
int y;
|
int y;
|
||||||
Month m;
|
Month m;
|
||||||
char d; // day
|
char d; // day
|
||||||
Date(int yy, Month mm, char dd);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|||||||
Reference in New Issue
Block a user