Removing std::binary_function usage (#561)
Deprecated in C++11, removed in C++17
This commit is contained in:
parent
6ff3ff43fe
commit
eb439ddc73
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ private:
|
|||
std::hash<uint64_t>, std::equal_to<uint64_t>,
|
||||
RebindAlloc<std::pair<const uint64_t, SubscriptionBase::WeakPtr>>>;
|
||||
|
||||
struct strcmp_wrapper : public std::binary_function<const char *, const char *, bool>
|
||||
struct strcmp_wrapper
|
||||
{
|
||||
bool
|
||||
operator()(const char * lhs, const char * rhs) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue