We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c814006 commit 536fe28Copy full SHA for 536fe28
src/generic/stage2_build_tape.h
@@ -105,8 +105,8 @@ class structural_iterator {
105
const size_t len;
106
const uint32_t* const structural_indexes;
107
size_t next_structural; // next structural index
108
- size_t idx; // location of the structural character in the input (buf)
109
- uint8_t c; // used to track the (structural) character we are looking at
+ size_t idx{0}; // location of the structural character in the input (buf)
+ uint8_t c{0}; // used to track the (structural) character we are looking at
110
};
111
112
struct structural_parser {
0 commit comments