| 13762 | } |
| 13763 | |
| 13764 | void release( std::size_t index ) { |
| 13765 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 13766 | m_unused.push_back(index); |
| 13767 | } |
| 13768 | }; |
| 13769 | |
| 13770 | ReusableStringStream::ReusableStringStream() |
no test coverage detected