]> git.ipfire.org Git - thirdparty/squid.git/commit
C++11: wrap move semantics operators
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 14 Mar 2015 04:42:10 +0000 (21:42 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 14 Mar 2015 04:42:10 +0000 (21:42 -0700)
commit934f8d881559016b1d4fb2da72b896f49f6acd8a
tree93694c3f9c885cbd5b5d492f50ae8e10d4b044b9
parentde3a77377a08cd1a3c651062e5801e06bd28ea39
C++11: wrap move semantics operators

Allowing older not-quite-C++11 compilers to build for a while longer.

Move is a performance optimization.
src/SBuf.h
src/base/RefCount.h