We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69f90f commit 05881efCopy full SHA for 05881ef
c++/nda/packed.hpp
@@ -24,8 +24,6 @@ namespace nda {
24
25
size_t index;
26
27
- size_t padding = array.indexmap().get_padding();
28
-
29
packed_iterator(const pointer data_ptr, const std::size_t idx) : data(data_ptr), index(idx) {}
30
31
std::pair<simd_t, pointer> operator*() const {
0 commit comments