Files
IfcOpenShell/src/ifcparse/IfcException.cpp
T
Osyotr 066326ab3b Fix warning C4275
It's not enough to disable this warning by adding /wd4257 at build time because it's triggered when the library is consumed.
2025-10-03 18:12:56 +02:00

8 lines
244 B
C++

#include "IfcException.h"
IfcParse::IfcException::~IfcException() = default;
IfcParse::IfcAttributeOutOfRangeException::~IfcAttributeOutOfRangeException() = default;
IfcParse::IfcInvalidTokenException::~IfcInvalidTokenException() = default;