Changeset 83b2fb5e for src/InitTweak/GenInit.cpp
- Timestamp:
- Jun 6, 2024, 9:54:53 AM (6 months ago)
- Branches:
- master
- Children:
- bf64de3
- Parents:
- 0f5e8cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.cpp
r0f5e8cd r83b2fb5e 32 32 #include "Common/ToString.hpp" // for toCString 33 33 #include "Common/UniqueName.hpp" // for UniqueName 34 #include "Common/Utility.hpp" // for ValueGuard, maybeClone35 34 #include "GenPoly/GenPoly.hpp" // for getFunctionType, isPolyType 36 35 #include "GenPoly/ScopedSet.hpp" // for ScopedSet, ScopedSet<>::const_iter... … … 277 276 } 278 277 // need to clear and reset qualifiers when determining if a type is managed 279 // ValueGuard< Type::Qualifiers > qualifiers( type->get_qualifiers() );280 278 auto tmp = shallowCopy(type); 281 279 tmp->qualifiers = {};
Note: See TracChangeset
for help on using the changeset viewer.