We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a290ec commit 2540d26Copy full SHA for 2540d26
1 file changed
include/openPMD/Iteration.hpp
@@ -136,7 +136,7 @@ namespace internal
136
* of the owning map entry instead of a linear scan in
137
* <code>Series::indexOf()</code>.
138
*/
139
- std::optional<uint64_t> m_iterationIndex = 0;
+ std::optional<uint64_t> m_iterationIndex = std::nullopt;
140
141
/**
142
* Information on a parsing request that has not yet been executed.
0 commit comments