]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Zap binary function, not needed and deprecated in c++11, removed in c++17 11626/head
authorOtto Moerbeek <otto@drijf.net>
Tue, 17 May 2022 15:57:28 +0000 (17:57 +0200)
committerOtto Moerbeek <otto@drijf.net>
Tue, 17 May 2022 15:58:49 +0000 (17:58 +0200)
pdns/zonemd.hh

index 63551fec3e011df9966d88a276a400be7168dd9c..acb402d2503bf18485aead8dfe5589c1249a984d 100644 (file)
@@ -107,7 +107,7 @@ private:
   typedef std::pair<DNSName, QType> RRSetKey_t;
   typedef std::vector<std::shared_ptr<DNSRecordContent>> RRVector_t;
 
-  struct CanonRRSetKeyCompare : public std::binary_function<RRSetKey_t, RRSetKey_t, bool>
+  struct CanonRRSetKeyCompare
   {
     bool operator()(const RRSetKey_t& a, const RRSetKey_t& b) const
     {