Disable copying
| 530 | |
| 531 | // Disable copying |
| 532 | ReaderWriterQueue(ReaderWriterQueue const&) { } |
| 533 | |
| 534 | // Disable assignment |
| 535 | ReaderWriterQueue& operator=(ReaderWriterQueue const&) { } |
nothing calls this directly
no outgoing calls
no test coverage detected