Changeset d28524a for src/GenPoly
- Timestamp:
- Jun 23, 2022, 1:41:39 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 3322180, a6cfb4d, fd365da
- Parents:
- 4e83bb7 (diff), 9dad5b3 (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 edited
-
src/GenPoly/GenPoly.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cc
r4e83bb7 rd28524a 64 64 } 65 65 66 __attribute__((unu nsed))66 __attribute__((unused)) 67 67 bool hasPolyParams( const std::vector<ast::ptr<ast::Expr>> & params, const TyVarMap & tyVars, const ast::TypeSubstitution * env) { 68 68 for (auto ¶m : params) {
Note:
See TracChangeset
for help on using the changeset viewer.