mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Retain exact attribute counts in rdb as parsed
This commit is contained in:
@@ -101,6 +101,8 @@ private:
|
||||
int yielded_header_instances_ = 0;
|
||||
|
||||
public:
|
||||
bool coerce_attribute_count = true;
|
||||
|
||||
operator bool() const {
|
||||
return good_ && !lexer_->stream->eof;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user