Skip to content

Commit 16662ea

Browse files
committed
Don't use deprecated std::binary_function<...>
1 parent e77521a commit 16662ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libhdt/src/triples/BitmapTriples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ struct sort_pred {
204204
};
205205

206206
// function object
207-
class PredicateComparator : public std::binary_function<unsigned int,unsigned int,bool>
207+
class PredicateComparator
208208
{
209209
private:
210210
IntSequence *array;

0 commit comments

Comments
 (0)