| 177 | } |
| 178 | |
| 179 | struct MyTestClass { |
| 180 | bool result = true; |
| 181 | |
| 182 | bool getResult() const { |
| 183 | return result; |
| 184 | } |
| 185 | }; |
| 186 | |
| 187 | TYPED_TEST(AllSingleMoveAssignConstructTests, AcceptClassMethodPointers) { |
| 188 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected