| 13670 | } |
| 13671 | |
| 13672 | void release( std::size_t index ) { |
| 13673 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13674 | m_unused.push_back(index); |
| 13675 | } |
| 13676 | }; |
| 13677 | |
| 13678 | ReusableStringStream::ReusableStringStream() |
no outgoing calls
no test coverage detected