]> git.ipfire.org Git - thirdparty/pdns.git/commit
Replace boost's placeholders with the ones from the std namespace 9070/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Apr 2020 15:51:47 +0000 (17:51 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Apr 2020 15:51:47 +0000 (17:51 +0200)
commit71246536642590e8e8b21c11307ec4bd0e165066
treed2bbc8ba06b3da62bb059a071e1832434190d5f5
parent7e29f689cfaf13c57b2d6340fd0200273fe42416
Replace boost's placeholders with the ones from the std namespace

Boost 1.73 moved boost::bind placeholders to the placeholders
namespace which did not exist before 1.60, let's switch to
std::bind and std::placeholders instead of doing per-version handling.
pdns/ixfrdist-web.cc
pdns/webserver.cc
pdns/ws-auth.cc
pdns/ws-recursor.cc