mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
commit
ee75a9cfcb
|
@ -2704,7 +2704,7 @@ but
|
||||||
|
|
||||||
class Date {
|
class Date {
|
||||||
// ... some representation ...
|
// ... some representation ...
|
||||||
pulic:
|
public:
|
||||||
Date();
|
Date();
|
||||||
Date(int yy, Month mm, char dd); // validate that {yy,mm,dd} is a valid date and initialize
|
Date(int yy, Month mm, char dd); // validate that {yy,mm,dd} is a valid date and initialize
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user