mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
remove duplicate constructor
This commit is contained in:
parent
0997489573
commit
04345df6d0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user