]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Replace GNU atomics and related hacks with C++11 std::atomic
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Jun 2015 11:29:39 +0000 (04:29 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Jun 2015 11:29:39 +0000 (04:29 -0700)
With C++11 atomic support by the stdlib is not optional. This
resolves issues determining whether GNU atomics are available,
operational 32-bit vs 64-bit, or cross-compiling (bug 4224).


Trivial merge