tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
48 stars 22 forks source link

[REF] noexcept(false) in IfcGeometryConverter #518

Open jschlenger opened 2 years ago

jschlenger commented 2 years ago

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.