Changeset 031453c for libcfa/src
- Timestamp:
- Sep 7, 2021, 12:44:53 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 8e42847
- Parents:
- 2bfee8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/memory.hfa
r2bfee8e r031453c 94 94 95 95 forall(T &) 96 T * release(unique_ptr(T) & this); 97 98 forall(T &) 96 99 int ?==?(unique_ptr(T) const & this, unique_ptr(T) const & that); 97 100 forall(T &)
Note: See TracChangeset
for help on using the changeset viewer.