Open-Infra-Platform icon indicating copy to clipboard operation
Open-Infra-Platform copied to clipboard

[REF] noexcept(false) in IfcGeometryConverter

Open jschlenger opened this issue 4 years ago • 0 comments

File which is being refactored All files that belong to the IfcGeometryConverter.

Functions With the update to VS2019 the throw keyword (throw(...)) right after the specification of the input parameters of a function should be replaced with "noexcept(false)".

Some files of the IfcGeometryConverter already got changed accordingly, but there are still various files where this is left to do.

jschlenger avatar Dec 21 '21 12:12 jschlenger