Preliminary attempt at hybrid kernel

This commit is contained in:
Thomas Krijnen
2024-04-29 21:03:33 +02:00
parent 6f540e61ac
commit 405fe4097d
4 changed files with 151 additions and 7 deletions
+1
View File
@@ -44,6 +44,7 @@ namespace geometry {
virtual IfcUtil::IfcBaseEntity* representation_of(const IfcUtil::IfcBaseEntity* product) = 0;
const Settings& settings() const { return settings_; }
Settings& settings() { return settings_; }
};
namespace impl {