mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
Seperate map() and map_impl() for automatic taxonomy item <> ifc instance mapping
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define BIND(T) \
|
||||
if (l->declaration().is(IfcSchema::T::Class())) { \
|
||||
try { \
|
||||
taxonomy::item* item = map((IfcSchema::T*)l); \
|
||||
taxonomy::item* item = map_impl((IfcSchema::T*)l); \
|
||||
if (item != nullptr) { \
|
||||
item->instance = l; \
|
||||
try { \
|
||||
|
||||
Reference in New Issue
Block a user