Changes in libcfa/src/memory.hfa [8be729f:031453c]
- File:
-
- 1 edited
-
libcfa/src/memory.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/memory.hfa
r8be729f 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.