]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the now deprecated and useless std::binary_function 11235/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 25 Jan 2022 15:51:46 +0000 (16:51 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 25 Jan 2022 15:51:46 +0000 (16:51 +0100)
commit6dc3d9c540f1b50a19ed66e5c3776bba7c300a97
tree38dbfb8ed9a535298bb53214b296cb48d4f62bab
parentd902e21f82a0958b94188405be91624107fef768
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.

(cherry picked from commit 7587bcbea8a9cb3058cb2e6d7f6a2597494b6713)
pdns/dnsname.hh
pdns/dnssecinfra.hh
pdns/iputils.hh
pdns/misc.hh