Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.cpp

    r83b2fb5e r5f225f5  
    3232#include "Common/ToString.hpp"         // for toCString
    3333#include "Common/UniqueName.hpp"       // for UniqueName
     34#include "Common/Utility.hpp"          // for ValueGuard, maybeClone
    3435#include "GenPoly/GenPoly.hpp"         // for getFunctionType, isPolyType
    3536#include "GenPoly/ScopedSet.hpp"       // for ScopedSet, ScopedSet<>::const_iter...
     
    276277        }
    277278        // need to clear and reset qualifiers when determining if a type is managed
     279        // ValueGuard< Type::Qualifiers > qualifiers( type->get_qualifiers() );
    278280        auto tmp = shallowCopy(type);
    279281        tmp->qualifiers = {};
Note: See TracChangeset for help on using the changeset viewer.