delete all arithmetic operators, unnecessary for context
| 72 | |
| 73 | Thread operator+(Thread&) = delete; //delete all arithmetic operators, unnecessary for context |
| 74 | Thread operator-(Thread&) = delete; |
| 75 | Thread operator*(Thread&) = delete; |
| 76 | Thread operator/(Thread&) = delete; |
| 77 |
nothing calls this directly
no outgoing calls
no test coverage detected