diff options
| author | Martin Ridgers <[email protected]> | 2022-01-11 12:16:41 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-13 08:44:39 +0100 |
| commit | b08e888b4052e760515cdce4f4fc2471d1569199 (patch) | |
| tree | 02e0e23fc8fb3ebf083fdfbb811f526426069dff /zenstore | |
| parent | Handle PartialOnError cache policy when using z$ rest endpoint. (diff) | |
| download | zen-b08e888b4052e760515cdce4f4fc2471d1569199.tar.xz zen-b08e888b4052e760515cdce4f4fc2471d1569199.zip | |
Moved "concepts" include to zencore.h as toolchain support is spotty
Diffstat (limited to 'zenstore')
| -rw-r--r-- | zenstore/include/zenstore/cas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenstore/include/zenstore/cas.h b/zenstore/include/zenstore/cas.h index 1823fd630..7a7233c1c 100644 --- a/zenstore/include/zenstore/cas.h +++ b/zenstore/include/zenstore/cas.h @@ -11,7 +11,6 @@ #include <zencore/timer.h> #include <atomic> -#include <concepts> #include <filesystem> #include <functional> #include <memory> |