| 13771 | } |
| 13772 | |
| 13773 | void release( std::size_t index ) { |
| 13774 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13775 | m_unused.push_back(index); |
| 13776 | } |
| 13777 | }; |
| 13778 | |
| 13779 | ReusableStringStream::ReusableStringStream() |
no test coverage detected