| 11333 | } |
| 11334 | |
| 11335 | void release( std::size_t index ) { |
| 11336 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 11337 | m_unused.push_back(index); |
| 11338 | } |
| 11339 | }; |
| 11340 | |
| 11341 | ReusableStringStream::ReusableStringStream() |
no test coverage detected