]> git.ipfire.org Git - thirdparty/squid.git/commit
Restore old move-assignment definition
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 25 Jun 2016 15:23:43 +0000 (03:23 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 25 Jun 2016 15:23:43 +0000 (03:23 +1200)
commit7007ee997abc4be6ca147a2e7dfdf5a826dcff2c
tree27b2b8af777ef0b0356cdd385c0e1123960d854b
parent48c7e8cba51bf0945667b3648326c202a16b29a0
Restore old move-assignment definition

We cannot use the compilers default move assignment operator since we
have custom deletePointer() happening in the reset() call.
src/security/LockingPointer.h