| 9432 | } |
| 9433 | |
| 9434 | void release(std::size_t index) { |
| 9435 | m_streams[index]->copyfmt(m_referenceStream); // Restore initial flags and other state |
| 9436 | m_unused.push_back(index); |
| 9437 | } |
| 9438 | |
| 9439 | // !TBD: put in TLS |
| 9440 | static auto instance() -> StringStreams & { |
no outgoing calls
no test coverage detected