Ветеран
Сообщения: 1180 Благодарности: 279
Профиль | Отправить PM | Цитировать
struct my_compare : public binary_function<int,int,int> { int operator()(int a,int b) { cout << "my compare" << endl; return std::max(a,b)<100; } };
Отправлено: 14:25, 06-09-2004 | #2