]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5343: Fix GCC v14 not finding std::find() (#1672)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 13 Feb 2024 11:14:02 +0000 (11:14 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 13 Feb 2024 15:32:35 +0000 (15:32 +0000)
commit0002264bc7ed380be27bdb32ee2627cdb7db75c8
tree8413c434ddb2d9c7c820a7d9d657c076dca4db27
parent39b5a589110901365963432ef23d9022df107e63
Bug 5343: Fix GCC v14 not finding std::find() (#1672)

    Reply.cc:198: error: no matching function for call to find(...)

The required STL header was missed in 2023 commit 27c3677.
src/CachePeers.cc
src/ResolvedPeers.cc
src/acl/AtStepData.cc
src/auth/SchemesConfig.cc
src/cache_cf.cc
src/helper/Reply.cc
src/sbuf/List.cc
src/security/KeyData.cc