From: Remi Gacogne Date: Fri, 25 Nov 2022 17:42:53 +0000 (+0100) Subject: rec-4.7.x: Stop using deprecated std::binary_function X-Git-Tag: rec-4.7.5~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12238%2Fhead;p=thirdparty%2Fpdns.git rec-4.7.x: Stop using deprecated std::binary_function --- diff --git a/pdns/zonemd.hh b/pdns/zonemd.hh index 63551fec3e..acb402d250 100644 --- a/pdns/zonemd.hh +++ b/pdns/zonemd.hh @@ -107,7 +107,7 @@ private: typedef std::pair RRSetKey_t; typedef std::vector> RRVector_t; - struct CanonRRSetKeyCompare : public std::binary_function + struct CanonRRSetKeyCompare { bool operator()(const RRSetKey_t& a, const RRSetKey_t& b) const {