Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    r73f1b1c rd3aa64f  
    2121
    2222#include "AST/TypeSubstitution.hpp"
     23// #include "AST/Copy.hpp"
    2324
    2425#define VISIT_START( node ) \
     
    328329
    329330                if( __pass::differs(old_val, new_val) ) {
     331                        // auto new_parent = mutate(parent);
    330332                        auto new_parent = __pass::mutate<core_t>(parent);
    331333                        new_parent->*child = new_val;
Note: See TracChangeset for help on using the changeset viewer.