diff --git a/src/regex_impl.hh b/src/regex_impl.hh index b39c90df..1820e42b 100644 --- a/src/regex_impl.hh +++ b/src/regex_impl.hh @@ -101,7 +101,7 @@ struct CompiledRegex : RefCountable, UseMemoryDomain uint32_t first_backward_inst; // -1 if no backward support, 0 if only backward, >0 if both forward and backward uint32_t save_count; - struct StartDesc + struct StartDesc : UseMemoryDomain { static constexpr size_t count = 256; static constexpr Codepoint other = 256;