]> git.ipfire.org Git - thirdparty/pdns.git/commit
Stop using the deprecated boost::shared_array 11141/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Jan 2022 10:22:27 +0000 (11:22 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Jan 2022 10:22:27 +0000 (11:22 +0100)
commitd651ad51deb62c53cc6bc417d0d861d7124f5aae
tree6915c75cd394df30e0a1e8a3880a9d6cc1793fd0
parent38f0283cb90793450640ca6e186cbc3027ae7a55
Stop using the deprecated boost::shared_array

It was deprecated in 1.65.0: `This facility is deprecated because a shared_ptr
to T[] or T[N] is now available, and is superior in every regard`.

As far as I can tell we never actually used the reference counting 'shared'
feature anyway.
pdns/axfr-retriever.cc
pdns/axfr-retriever.hh
pdns/epollmplexer.cc
pdns/kqueuemplexer.cc
pdns/mplexer.hh
pdns/pdns_recursor.cc
pdns/portsmplexer.cc