mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 00:23:14 +00:00
Don't log 'no op defined' for failed conversions
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#define BIND(T) \
|
||||
if (!item && inst->as<IfcSchema::T>()) { \
|
||||
matched = true; \
|
||||
try { \
|
||||
item = map_impl(inst->as<IfcSchema::T>()); \
|
||||
if (item != nullptr) { \
|
||||
|
||||
Reference in New Issue
Block a user