j
k
j a
j l
Leon Mergen wrote:
std::sort ( _elements.begin(), _elements.end(), boost::bind ( A::sort, this, _1, _2 ) );
Make that &A::sort. Pointers to members require the &.
Back to the thread
Back to the list