TGSAI / mdio-cpp

C++, Cloud native, scalable storage engine for various types of energy data.
Apache License 2.0
6 stars 3 forks source link

Compile time typed Variable slicing #109

Closed BrianMichell closed 2 months ago

BrianMichell commented 2 months ago

100 introduced a bug that breaks compile time typed Variables when slicing.

tensorstore::Concat appears to be returning a void typed store instead of T type. error: no match for ‘operator=’ (operand types are ‘tensorstore::TensorStore<short int, -1, tensorstore::ReadWriteMode::dynamic>’ and ‘std::remove_reference<tensorstore::TensorStore<>&>::type’ {aka ‘tensorstore::TensorStore<>’})