| 13758 | } |
| 13759 | |
| 13760 | void release( std::size_t index ) { |
| 13761 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13762 | m_unused.push_back(index); |
| 13763 | } |
| 13764 | }; |
| 13765 | |
| 13766 | ReusableStringStream::ReusableStringStream() |
no outgoing calls
no test coverage detected