| 13127 | } |
| 13128 | |
| 13129 | void release( std::size_t index ) { |
| 13130 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13131 | m_unused.push_back(index); |
| 13132 | } |
| 13133 | }; |
| 13134 | |
| 13135 | ReusableStringStream::ReusableStringStream() |
no test coverage detected