Configurable pointer type; std::from_chars(); aggregate inverses in vector; skip parse_context

This commit is contained in:
Thomas Krijnen
2026-06-11 15:51:40 +02:00
parent c8d39cc481
commit 4c13e2424c
11 changed files with 860 additions and 624 deletions
+4
View File
@@ -81,7 +81,11 @@ namespace {
try {
module = manager.load(path);
} catch (const std::exception& e) {
#ifdef IFOPSH_PLUGIN_DEBUG
std::cerr << "[ifcopenshell.plugin] skip kernel plugin " << path << ": " << e.what() << std::endl;
#else
static_cast<void>(e);
#endif
continue;
}
if (module.meta().kind_ != ifcopenshell::plugin::kind::kernel) {