mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Configurable pointer type; std::from_chars(); aggregate inverses in vector; skip parse_context
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user