Retain exact attribute counts in rdb as parsed

This commit is contained in:
Thomas Krijnen
2025-08-28 11:15:05 +02:00
parent 2c6956ec02
commit b6712602e2
4 changed files with 13 additions and 5 deletions
+2
View File
@@ -101,6 +101,8 @@ private:
int yielded_header_instances_ = 0;
public:
bool coerce_attribute_count = true;
operator bool() const {
return good_ && !lexer_->stream->eof;
}