| 13550 | } |
| 13551 | |
| 13552 | void release( std::size_t index ) { |
| 13553 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13554 | m_unused.push_back(index); |
| 13555 | } |
| 13556 | }; |
| 13557 | |
| 13558 | ReusableStringStream::ReusableStringStream() |
no outgoing calls