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
+1 -1
View File
@@ -184,7 +184,7 @@ namespace IfcParse {
void push(IfcUtil::IfcBaseClass* inst);
IfcEntityInstanceData construct(int name, unresolved_references& references_to_resolve, const IfcParse::declaration* decl, boost::optional<size_t> expected_size, int resolve_reference_index);
IfcEntityInstanceData construct(int name, unresolved_references& references_to_resolve, const IfcParse::declaration* decl, boost::optional<size_t> expected_size, int resolve_reference_index, bool coerce_attribute_count=true);
};
namespace impl {