| 15945 | } |
| 15946 | |
| 15947 | void release(std::size_t index) |
| 15948 | { |
| 15949 | m_streams[index]->copyfmt( |
| 15950 | m_referenceStream); // Restore initial flags and other state |
| 15951 | m_unused.push_back(index); |
| 15952 | } |
| 15953 | }; |
| 15954 | |
| 15955 | ReusableStringStream::ReusableStringStream() |
no outgoing calls
no test coverage detected