Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.cpp

    r60aaa51d r546e712  
    163163        result = mem->get_type();
    164164        // substitute aggregate generic parameters into member type
    165         genericSubstitution( aggregate->result ).apply( result );
     165        genericSubsitution( aggregate->result ).apply( result );
    166166        // ensure lvalue and appropriate restrictions from aggregate type
    167167        add_qualifiers( result, aggregate->result->qualifiers | CV::Lvalue );
Note: See TracChangeset for help on using the changeset viewer.