Commit 0d7949a9367af013a96690e3e015fd9e5951a946
- Diff rendering mode:
- inline
- side by side
stlport/stl/_string.c
(1 / 1)
|   | |||
| 607 | 607 | this->_M_buffers._M_end_of_storage = this->_M_start_of_storage._M_data + __n; | |
| 608 | 608 | } | |
| 609 | 609 | #else | |
| 610 | this->_M_start_of_storage._M_data = _M_start_of_storage.allocate(__n, __n); | ||
| 610 | this->_M_start_of_storage._M_data = _M_start_of_storage.allocate(__n); | ||
| 611 | 611 | this->_M_finish = this->_M_start_of_storage._M_data; | |
| 612 | 612 | this->_M_end_of_storage = this->_M_start_of_storage._M_data + __n; | |
| 613 | 613 | #endif |

