Changeset 85871478
- Timestamp:
- Feb 1, 2021, 4:26:20 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:
- 1c1c180
- Parents:
- 8be729f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/memory.cfa
r8be729f r85871478 60 60 // `that` is a copy but it should have neither a constructor 61 61 // nor destructor run on it so it shouldn't need adjustment. 62 //internal_decrement(this);63 62 internal_copy(this, that); 64 63 }
Note: See TracChangeset
for help on using the changeset viewer.