microsoft / ifc-spec

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

Make `CallingConvention` more abstract #115

Open GabrielDosReis opened 12 months ago

GabrielDosReis commented 12 months ago

It is a platform/vendor dependent concept. The current definition focuses on MSVC implementation; the specification should abstract over that and provides the MSVC definition in a vendor-specific trait.