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