]> git.ipfire.org Git - thirdparty/pdns.git/commit
iputils.hh: NetmaskTree: Make the iterator reference a normal reference rather than...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 30 Sep 2019 13:10:42 +0000 (15:10 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 11 Feb 2020 19:54:03 +0000 (20:54 +0100)
commit7c888097c7a2c2812412dc08e831137db1e9c057
tree9870952c1ae78f2d0be93c19b00c5045e206a8d3
parentcba13f9312bfe3decf364c480b604299e1ea6388
iputils.hh: NetmaskTree: Make the iterator reference a normal reference rather than a pointer.

This is possible now that the iterator type is no longer dictated by the
internal std::set. This changes the NetmaskTree::iterator API, but it makes it
more standard, less cumbersome, and less confusing.
pdns/dnsdist-lua.cc
pdns/dnsdist-web.cc
pdns/filterpo.cc
pdns/iputils.hh
pdns/sortlist.cc
pdns/test-iputils_hh.cc