]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Use C++20 .contains(...) instead of .find() != .end()
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Feb 2026 19:26:56 +0000 (20:26 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 3 Feb 2026 19:26:56 +0000 (20:26 +0100)
commitf469eab7b3c203c4eed40a4e300bfb72ef855f40
treef199fad3108bf7c5ff3e0bd6b00e86dd2ab99b55
parent19a2bc9ab17c40ca017caf10f072a3b5e06dd4a2
refactor: Use C++20 .contains(...) instead of .find() != .end()
src/ccache/argprocessing.cpp
src/ccache/ccache.cpp