mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
prep for 4x3_rc2
This commit is contained in:
@@ -27,6 +27,9 @@ extern void init_IteratorImplementation_Ifc4x2(IteratorFactoryImplementation<P,
|
||||
template <typename P, typename PP>
|
||||
extern void init_IteratorImplementation_Ifc4x3_rc1(IteratorFactoryImplementation<P, PP>*);
|
||||
|
||||
template <typename P, typename PP>
|
||||
extern void init_IteratorImplementation_Ifc4x3_rc2(IteratorFactoryImplementation<P, PP>*);
|
||||
|
||||
template <typename P, typename PP>
|
||||
IteratorFactoryImplementation<P, PP>::IteratorFactoryImplementation() {
|
||||
init_IteratorImplementation_Ifc2x3(this);
|
||||
@@ -34,6 +37,7 @@ IteratorFactoryImplementation<P, PP>::IteratorFactoryImplementation() {
|
||||
init_IteratorImplementation_Ifc4x1(this);
|
||||
init_IteratorImplementation_Ifc4x2(this);
|
||||
init_IteratorImplementation_Ifc4x3_rc1(this);
|
||||
init_IteratorImplementation_Ifc4x3_rc2(this);
|
||||
}
|
||||
|
||||
template <typename P, typename PP>
|
||||
|
||||
Reference in New Issue
Block a user