Make calls to unary_function and binary_function less ambiguous for VC10

This commit is contained in:
Jesús Corrius 2010-10-16 00:44:44 +02:00 committed by Fridrich Štrba
parent a36dcb2913
commit 5639017c21

View file

@ -593,7 +593,7 @@ typedef pair<const OUString*, const Any* > PropertyPair;
typedef vector<PropertyPair> PropertyPairs;
struct PropertyPairLessFunctor :
public binary_function<PropertyPair, PropertyPair, bool>
public std::binary_function<PropertyPair, PropertyPair, bool>
{
bool operator()( const PropertyPair& a, const PropertyPair& b ) const
{