We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb18bd commit debade4Copy full SHA for debade4
include/openPMD/snapshots/ContainerImpls.hpp
@@ -35,7 +35,7 @@ class StatefulSnapshotsContainer : public AbstractSnapshotsContainer
35
* The iterator is resolved upon calling get() below.
36
*/
37
std::variant<std::function<StatefulIterator *()>, StatefulIterator *>
38
- m_bufferedIterator;
+ m_bufferedIterator = {};
39
};
40
Members members;
41
0 commit comments