Changeset 031453c


Ignore:
Timestamp:
Sep 7, 2021, 12:44:53 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
8e42847
Parents:
2bfee8e
Message:

Forgot to change memory.hfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/memory.hfa

    r2bfee8e r031453c  
    9494
    9595forall(T &)
     96T * release(unique_ptr(T) & this);
     97
     98forall(T &)
    9699int ?==?(unique_ptr(T) const & this, unique_ptr(T) const & that);
    97100forall(T &)
Note: See TracChangeset for help on using the changeset viewer.