--------------------------- default c'tor - do nothing! */
| 135 | |
| 136 | /*--------------------------- default c'tor - do nothing! */ |
| 137 | __inline_call basic_stack ( |
| 138 | allocator const&_asrc = allocator() |
| 139 | ) : obj_alloc( _asrc ) |
| 140 | { /* construct pointers and allocator */ |
| 141 | this->_hptr = nullptr ; |
| 142 | } |
| 143 | /*--------------------------- default c'tor - initialisor */ |
| 144 | __inline_call basic_stack ( |
| 145 | size_type _size , |