]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: migrate auto_ptr to C++11 unique_ptr
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 27 May 2015 23:28:09 +0000 (16:28 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 27 May 2015 23:28:09 +0000 (16:28 -0700)
commitcbe0f590512d2d3bc153e9779be8a08c95178474
treef0b09e93ea6d6e17f9d955c02aa8cb6dde5c2cd0
parent81669deaba8270cef5ddfd84d1e2fe1a3bbcdbb0
Portability: migrate auto_ptr to C++11 unique_ptr

Improving the backward compatibility workaround for older compilers.

This is required for GCC 5.x which does not include any auto_ptr support
or compatibility at all.

This does apply for 3.5 where C++11 support is still optional, since it
is the portability definition to allow patch back-ports.
acinclude/ax_cxx_0x_types.m4
src/CollapsedForwarding.cc
src/CollapsedForwarding.h
src/DiskIO/IpcIo/IpcIoFile.cc
src/DiskIO/IpcIo/IpcIoFile.h
src/base/AsyncJobs.dox
src/base/TidyPointer.h
src/client_side_reply.cc
src/mgr/Inquirer.cc