|
|
От: |
SP_
|
|
| Дата: | 29.03.06 11:15 | ||
| Оценка: | |||
namespace bb = boost;
sort(
arr.begin(), arr.end(),
bb::bind(bb::bind(&CVector::y, bb::bind(&CUnitPos::coords, _1))<
bb::bind(&CVector::y, bb::bind(&CUnitPos::coords, _2))
)
);