mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
#4222 template kw
This commit is contained in:
@@ -112,7 +112,7 @@ std::string format_string(const Argument* argument) {
|
||||
template <typename Schema, typename T>
|
||||
void process_pset(element_properties& props, const T* inst) {
|
||||
// Process an individual Property or Quantity set.
|
||||
if (auto pset = inst->as<typename Schema::IfcPropertySet>()) {
|
||||
if (auto pset = inst->template as<typename Schema::IfcPropertySet>()) {
|
||||
if (!pset->Name()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user