]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated and useless std::binary_function 11197/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Jan 2022 15:56:13 +0000 (16:56 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Jan 2022 15:56:13 +0000 (16:56 +0100)
commit7587bcbea8a9cb3058cb2e6d7f6a2597494b6713
treee016aac373493a27f8d0dbf72f82364ab5c09974
parent3100002bb192b3eb3747cd5945ea396445807e61
Stop using the now deprecated and useless std::binary_function

It is no longer needed since the types can now be automatically
deduced, has been deprecated in C++11 and removed in C++17.
pdns/dnsname.hh
pdns/dnssecinfra.hh
pdns/iputils.hh
pdns/misc.hh
pdns/zonemd.cc