]> git.ipfire.org Git - thirdparty/squid.git/commit
Polish: improve const correctness on Squid vector<> implementation
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Nov 2012 01:43:16 +0000 (14:43 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Nov 2012 01:43:16 +0000 (14:43 +1300)
commit87cd380e9a0616491644f95664ecce58925d5965
tree230520cb93275c3727d0352a11a8ad7d11861ff4
parent2677c3b12fad212328cb60d3330d61b967c0feda
Polish: improve const correctness on Squid vector<> implementation

This update allows == and != operators to be used with const_iterator
and removes the need for many implicit conversions safely.
include/Array.h