calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / external / clucene / patches / binary_function.patch
blob5b6f8ece9bee84dc68e7c16dcb245bfd79884387
1 --- src/core/CLucene/util/Equators.h
2 +++ src/core/CLucene/util/Equators.h
3 @@ -22,19 +22,19 @@
4 /** @internal */
5 class CLUCENE_INLINE_EXPORT Equals{
6 public:
7 - class CLUCENE_INLINE_EXPORT Int32:public CL_NS_STD(binary_function)<const int32_t*,const int32_t*,bool>
8 + class CLUCENE_INLINE_EXPORT Int32
10 public:
11 bool operator()( const int32_t val1, const int32_t val2 ) const;
14 - class CLUCENE_INLINE_EXPORT Char:public CL_NS_STD(binary_function)<const char*,const char*,bool>
15 + class CLUCENE_INLINE_EXPORT Char
17 public:
18 bool operator()( const char* val1, const char* val2 ) const;
20 #ifdef _UCS2
21 - class CLUCENE_INLINE_EXPORT WChar: public CL_NS_STD(binary_function)<const wchar_t*,const wchar_t*,bool>
22 + class CLUCENE_INLINE_EXPORT WChar
24 public:
25 bool operator()( const wchar_t* val1, const wchar_t* val2 ) const;
26 @@ -48,7 +48,7 @@
29 template<typename _cl>
30 - class CLUCENE_INLINE_EXPORT Void:public CL_NS_STD(binary_function)<const void*,const void*,bool>
31 + class CLUCENE_INLINE_EXPORT Void
33 public:
34 bool operator()( _cl* val1, _cl* val2 ) const{