Subject: Re: [Boost-users] ptr_vector sort usage
From: archie14 (admin_at_[hidden])
Date: 2010-08-05 13:19:34


Tim Moore <tim <at> montecito-software.com> writes:

>
> struct Compare : std::binary_function<A,A,bool> ...

Thank you! Yes, it is the solution that I was looking for.