Changeset 4139 for to-imperative
- Timestamp:
- Feb 26, 2019, 1:51:01 PM (23 months ago)
- Location:
- to-imperative/trunk/c++/libp++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/c++/libp++/pxx_heap_allocator.cc
r4138 r4139 56 56 } 57 57 58 HeapAllocator::~HeapAllocator () 58 HeapAllocator::~HeapAllocator () noexcept 59 59 {} 60 60 -
to-imperative/trunk/c++/libp++/pxx_heap_allocator.hh
r2187 r4139 111 111 // 112 112 // Destructor 113 ~HeapAllocator () ;113 ~HeapAllocator () noexcept; 114 114 // 115 115 // Allocate memory block of _size bytes
Note: See TracChangeset
for help on using the changeset viewer.