| 11065 | } |
| 11066 | |
| 11067 | void release( std::size_t index ) { |
| 11068 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 11069 | m_unused.push_back(index); |
| 11070 | } |
| 11071 | }; |
| 11072 | |
| 11073 | ReusableStringStream::ReusableStringStream() |
no outgoing calls
no test coverage detected