Changeset 81da3da4 for src/GenPoly/ScrubTypeVars.hpp
- Timestamp:
- Dec 11, 2023, 4:18:13 AM (22 months ago)
- Branches:
- master
- Children:
- 21ce2c7, 2554f24
- Parents:
- 5ddb8bf (diff), 1c85ffc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/ScrubTypeVars.hpp
r5ddb8bf r81da3da4 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ScrubTy Vars.h-- Remove polymorphic types.7 // ScrubTypeVars.hpp -- Remove polymorphic types. 8 8 // 9 9 // Author : Richard C. Bilson … … 16 16 #pragma once 17 17 18 #include <cassert> // for assert18 #include <cassert> // for strict_dynamic_cast 19 19 20 20 #include "AST/Fwd.hpp" // for Node 21 #include "GenPoly.h" // for TypeVarMap , isPolyType, isDynType21 #include "GenPoly.h" // for TypeVarMap 22 22 23 23 namespace GenPoly {
Note:
See TracChangeset
for help on using the changeset viewer.