Wrap more classes into ifcopenshell:: namespace

This commit is contained in:
Thomas Krijnen
2026-08-08 13:58:39 +02:00
parent 2c47c9d4fa
commit 02481b3247
149 changed files with 678 additions and 627 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ namespace ifcopenshell::geom {
oss << "product-" << ifcopenshell::global_id(guid).formatted();
} catch (const std::exception& e) {
oss << "product";
::logger::root().error("GEO", 39, e);
ifcopenshell::logger::root().error("GEO", 39, e);
}
}