Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

    r031a2c95 r87c3bef  
    237237                                        }
    238238                                        out.push_back( new TypeExpr( voidPtr ) );
    239                                         // this type is still dtype-static, no change to gt
    240239                                } else {
    241240                                        // Just clone parameter type
    242241                                        out.push_back( paramType->clone() );
    243                                         // make the struct concrete or dynamic depending on the parameter
    244                                         gt |= isPolyType( paramType->get_type() ) ? genericType::dynamic : genericType::concrete;
    245242                                }
     243                                // make the struct concrete or dynamic depending on the parameter
     244                                gt |= isPolyType( paramType->get_type() ) ? genericType::dynamic : genericType::concrete;
    246245                        } else switch ( (*baseParam)->get_kind() ) {
    247246                                case TypeDecl::Dtype:
Note: See TracChangeset for help on using the changeset viewer.