Guest User

Untitled

a guest
Nov 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. const Date& default_date()
  2. {
  3. static const Date dd{1970, 1, 1};
  4. return dd;
  5. }
Add Comment
Please, Sign In to add comment