Пример #1
0
bool operator<(Date a, Date b) {
	return a.Compare(b) < 0;
}