microsoft / ifc-spec

IFC format specification
Creative Commons Attribution 4.0 International
71 stars 7 forks source link

Misleading definition of QualifiedName expression #70

Closed AndreyG closed 1 year ago

AndreyG commented 1 year ago

Definition of QualifiedName says (sec:ifc:ExprSort:QualifiedName)

The elements field designates the sequence of unqualified names (ExprSort::UnqualifiedId)...

but actually part of qualified name could be not only UnqualifiedId, but also TemplateId.

GabrielDosReis commented 1 year ago

You're right ExprSort::QualifiedNamed should really be renamed to reflect the C++ standards' qualified-id