Changes in libcfa/src/memory.hfa [031453c:8be729f]
- File:
-
- 1 edited
-
libcfa/src/memory.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/memory.hfa
r031453c r8be729f 94 94 95 95 forall(T &) 96 T * release(unique_ptr(T) & this);97 98 forall(T &)99 96 int ?==?(unique_ptr(T) const & this, unique_ptr(T) const & that); 100 97 forall(T &)
Note:
See TracChangeset
for help on using the changeset viewer.