mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
066326ab3b
It's not enough to disable this warning by adding /wd4257 at build time because it's triggered when the library is consumed.
8 lines
244 B
C++
8 lines
244 B
C++
#include "IfcException.h"
|
|
|
|
IfcParse::IfcException::~IfcException() = default;
|
|
|
|
IfcParse::IfcAttributeOutOfRangeException::~IfcAttributeOutOfRangeException() = default;
|
|
|
|
IfcParse::IfcInvalidTokenException::~IfcInvalidTokenException() = default;
|