| 13532 | } |
| 13533 | |
| 13534 | void release( std::size_t index ) { |
| 13535 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13536 | m_unused.push_back(index); |
| 13537 | } |
| 13538 | }; |
| 13539 | |
| 13540 | ReusableStringStream::ReusableStringStream() |
no outgoing calls
no test coverage detected