/in/foo.cc: In member function 'void Date::Diff(int)':
/in/foo.cc:14:35: error: no matching function for call to 'Date::YearInMonth(int&)'
14 | if(day>YearInMonth(month))
| ~~~~~~~~~~~^~~~~~~
/in/foo.cc:25:13: note: candidate: 'int Date::YearInMonth()'
25 | int YearInMonth()
| ^~~~~~~~~~~
/in/foo.cc:25:13: note: candidate expects 0 arguments, 1 provided
/in/foo.cc:16:41: error: no matching function for call to 'Date::YearInMonth(int&)'
16 | day-=YearInMonth(month);
| ~~~~~~~~~~~^~~~~~~
/in/foo.cc:25:13: note: candidate: 'int Date::YearInMonth()'
25 | int YearInMonth()
| ^~~~~~~~~~~
/in/foo.cc:25:13: note: candidate expects 0 arguments, 1 provided