Ignore:
File:
1 edited

Legend:

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

    rfac05b3 rd0bdb18  
    2222#include "AST/TranslationUnit.hpp"
    2323#include "AST/TypeSubstitution.hpp"
    24 #include "Common/Iterate.hpp"
    2524
    2625#define VISIT_START( node ) \
     
    20422041        if ( __visit_children() ) {
    20432042                maybe_accept( node, &TupleType::types );
     2043                maybe_accept( node, &TupleType::members );
    20442044        }
    20452045
Note: See TracChangeset for help on using the changeset viewer.