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
+3 -1
View File
@@ -25,7 +25,9 @@
namespace IfcParse {
IFC_PARSE_API double IfcSIPrefixToValue(const std::string& prefix);
// IFC_PARSE_API double get_SI_equivalent(IfcSchema::IfcNamedUnit*);
template <typename Schema>
IFC_PARSE_API double get_SI_equivalent(typename Schema::IfcNamedUnit*);
}
#endif