| 81 | } |
| 82 | |
| 83 | ConcurrentQueue()=default; |
| 84 | ConcurrentQueue(const ConcurrentQueue&) = delete; // disable copying |
| 85 | ConcurrentQueue& operator=(const ConcurrentQueue&) = delete; // disable assignment |
| 86 |
nothing calls this directly
no outgoing calls
no test coverage detected