]> git.ipfire.org Git - thirdparty/pdns.git/commit
replace boost:bind() with lambdas 9088/head
authorRosen Penev <rosenp@gmail.com>
Wed, 6 May 2020 02:55:52 +0000 (19:55 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 11 May 2020 20:21:47 +0000 (13:21 -0700)
commita88c05b22830d42882a76de2c755beba285d01c0
tree23a951ec17726e7f6f4a1010dca074d8ffabb06a
parent87aa2692537123cfc19bfd73d64e4f589edef87e
replace boost:bind() with lambdas

lambdas are standard C++. bind is also recommended against by LLVM.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
pdns/pdns_recursor.cc
pdns/rec_channel_rec.cc
pdns/reczones.cc
pdns/webserver.cc
pdns/ws-recursor.cc