Skip to content

Commit

Permalink
Remove another function.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Dec 11, 2023
1 parent 262a06d commit 6acaba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ordered_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ordered_set {
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;

private:
struct mapcmp : std::binary_function<const T *, const T *, bool> {
struct mapcmp {
COMP comp;
bool operator()(const T *a, const T *b) const { return comp(*a, *b); }
};
Expand Down

0 comments on commit 6acaba9

Please sign in to comment.