Make calls to unary_function and binary_function less ambiguous for VC10
This commit is contained in:
parent
a36dcb2913
commit
5639017c21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue