Kaydet (Commit) 5639017c authored tarafından Jesús Corrius's avatar Jesús Corrius Kaydeden (comit) Fridrich Štrba

Make calls to unary_function and binary_function less ambiguous for VC10

üst a36dcb29
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment