| 9511 | } |
| 9512 | |
| 9513 | void release( std::size_t index ) { |
| 9514 | m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state |
| 9515 | m_unused.push_back(index); |
| 9516 | } |
| 9517 | |
| 9518 | // !TBD: put in TLS |
| 9519 | static auto instance() -> StringStreams& { |
no outgoing calls
no test coverage detected