mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 19:54:07 +00:00
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.
This commit is contained in:
@@ -223,6 +223,8 @@ namespace {
|
||||
};
|
||||
}
|
||||
|
||||
ifcopenshell::geometry::taxonomy::topology_error::~topology_error() = default;
|
||||
|
||||
bool ifcopenshell::geometry::taxonomy::less(item::const_ptr a, item::const_ptr b) {
|
||||
if (a == b) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user