Disable copying
| 646 | |
| 647 | // Disable copying |
| 648 | ReaderWriterQueue(ReaderWriterQueue const&) { } |
| 649 | |
| 650 | // Disable assignment |
| 651 | ReaderWriterQueue& operator=(ReaderWriterQueue const&) { } |
nothing calls this directly
no outgoing calls
no test coverage detected