diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-03-18 14:39:07 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-03-18 14:39:07 +0100 |
commit | d52d1286855b0c1edc4b2e6ea5b8a564fb41643c (patch) | |
tree | 70e93e269c489466ff70579823d81c4a84a03e33 /modules | |
parent | b4fbaa067a8cc517880e9ac3cce0608457df4d1f (diff) |
Typo
Diffstat (limited to 'modules')
-rw-r--r-- | modules/codec/c++/data.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index e410147..b1b4729 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -729,7 +729,7 @@ class data<schema::Array<T,Dim>, encode::Native> { } template<uint64_t i> - data<schema::UIn64, encode::Native> get_dim_size() const { + data<schema::UInt64, encode::Native> get_dim_size() const { static_assert(i < Dim, "Index used to retrieve Dimension size is too large."); return dims_.at(i); } |