Two simultaneous IfcGeom implementations

This commit is contained in:
Thomas Krijnen
2017-12-18 15:25:09 +01:00
parent 5eba7af791
commit a792a7e2c7
37 changed files with 8925 additions and 8843 deletions
+1 -3
View File
@@ -13705,11 +13705,9 @@ IfcParse::schema_definition* IFC4_populate_schema() {
#pragma optimize("", on)
#endif
namespace IFC4 {
const schema_definition& get_schema() {
const schema_definition& Ifc4::get_schema() {
static const schema_definition* s = IFC4_populate_schema();
return *s;
}
}