Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

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