diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-02 20:20:48 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-02 20:20:48 +0200 |
| commit | 5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9 (patch) | |
| tree | 96b1625e2559e227e2f12802796450d64ab4ce45 /lib/core/c++/chunk.hpp | |
| parent | cf4132d9a02271847e774035c4a49ff9158ba289 (diff) | |
| parent | da25b3a1e7776a810d3bda5af3f363cf3e986cae (diff) | |
| download | libs-lbm-5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9.tar.gz | |
Merge branch 'dev'
Diffstat (limited to 'lib/core/c++/chunk.hpp')
| -rw-r--r-- | lib/core/c++/chunk.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index a1f2451..0f92437 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -25,6 +25,7 @@ struct chunk_schema_type_helper<Sch, Ghost, saw::tmpl_value_group<uint64_t>, saw template<typename Sch, uint64_t Ghost, uint64_t... Sides> struct Chunk { using InnerSchema = typename impl::chunk_schema_type_helper<Sch, Ghost, saw::tmpl_value_group<uint64_t,Sides...>>::Schema; + using StoredValueSchema = Sch; }; // Not needed for now |
