]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Switch to tl::expected instead of nonstd::expected
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 20 Jul 2023 08:30:06 +0000 (10:30 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 25 Jul 2023 06:54:46 +0000 (08:54 +0200)
commit3960607021f74f143c8ed6fc2a89ec662b22d3d1
tree2cd76bb6108d28646af553d60b84f90ede3711af
parent2ba3da5eca2eccefe07f2a5bfbfe885547588442
refactor: Switch to tl::expected instead of nonstd::expected
21 files changed:
LICENSE.adoc
src/Hash.cpp
src/Hash.hpp
src/ccache.cpp
src/core/mainoptions.cpp
src/storage/remote/FileStorage.cpp
src/storage/remote/HttpStorage.cpp
src/storage/remote/RedisStorage.cpp
src/storage/remote/RemoteStorage.hpp
src/third_party/nonstd/expected.hpp [deleted file]
src/third_party/tl/expected.hpp [new file with mode: 0644]
src/util/expected.hpp
src/util/file.cpp
src/util/file.hpp
src/util/filesystem.cpp
src/util/filesystem.hpp
src/util/string.cpp
src/util/string.hpp
src/util/zstd.cpp
src/util/zstd.hpp
unittest/test_util_expected.cpp