~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to src/lang/type_converter.cpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-06-03 05:03:54 UTC
  • mfrom: (98.1.18 typefixes)
  • Revision ID: eda-qa@disemia.com-20170603050354-6hfg5huvq56zjs66
merging typefixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
741
741
                        }
742
742
                        
743
743
                        if( from_function->contains_parametric() ) {
744
 
                                auto pt = type_identifier(ctx).parameterize_type( *from, to );
 
744
                                auto pt = type_identifier::parameterize_type( ctx, *from, to );
745
745
                                if( !pt.okay() ) {
746
746
                                        return convert_t(pt);
747
747
                                }