Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

    r075734f rb940dc71  
    152152        class EnvFinder final : public GenPoly::PolyMutator {
    153153        public:
    154                 using GenPoly::PolyMutator::mutate;
    155154                virtual Type * mutate( TypeInstType * inst ) override {
    156155                        if ( env ) envMap[inst] = env;
Note: See TracChangeset for help on using the changeset viewer.