diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-29 21:56:48 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-29 21:56:48 +0200 |
| commit | 2dd7c95a111a930e8e23140ab3fec074e7de4c8c (patch) | |
| tree | 74edc82d6cdad766c31f68d4755a2f49eff4a422 /lib/core/c++/chunk.hpp | |
| parent | 346d979dcdea3e3f37d3ad55680b4f0469d7220c (diff) | |
| download | libs-lbm-2dd7c95a111a930e8e23140ab3fec074e7de4c8c.tar.gz | |
Dangling
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 |
