Changeset 5b9a0ae
- Timestamp:
- Dec 11, 2020, 11:30:04 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 2dda05d
- Parents:
- 361bf01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/SatisfyAssertions.cpp
r361bf01 r5b9a0ae 194 194 // if we should implement the same rule here 195 195 // (i.e. error if unique best match is deleted) 196 if (candidate->isDeleted ) continue;196 if (candidate->isDeleted && candidate->linkage == ast::Linkage::AutoGen) continue; 197 197 198 198 // build independent unification context for candidate
Note: See TracChangeset
for help on using the changeset viewer.