]> git.ipfire.org Git - thirdparty/squid.git/commit
Delete a few unnecessary checks for standard C++ features (#779)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 16 Mar 2021 01:09:34 +0000 (01:09 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 16 Mar 2021 01:09:37 +0000 (01:09 +0000)
commit1e6ceb8f5af3e7af2d4b08c64bdd56c83e5d1cd7
treef25cf80340949a0f58df7171cbcf2e5d19fc1f43
parent6932e21553dc692630ebda2e3bcd197e39191e55
Delete a few unnecessary checks for standard C++ features (#779)

* nullptr ought to be provided by any C++ compiler we support
* HAVE_NULLPTR_T was unused while std::nullptr_t is used w/o it
* HAVE_UNIQUE_PTR was almost unused while std::unique_ptr is used w/o it
CREDITS
acinclude/ax_cxx_0x_types.m4
compat/cppunit.h
configure.ac