]> git.ipfire.org Git - thirdparty/squid.git/commit
Convert Acl::InnerNode to C++11 for-each loop (#101)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 15 Dec 2017 02:50:53 +0000 (15:50 +1300)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2017 02:50:53 +0000 (15:50 +1300)
commitb7c260f41b61883acd9cda371f30d77d632d2ba6
tree0be948affec7ddccc097804cd43c5a6ef7f9e4e2
parent9118c9517dc62ea9c6a8291c92a818721dba6777
Convert Acl::InnerNode to C++11 for-each loop (#101)

This also fixes a bug in some STL implementations where passing for_each &ACL::prepareForUse
results in the ACL class nil-method explicitly running instead of the child ACL class
virtual method.
src/acl/InnerNode.cc