| 187 | private: |
| 188 | // two types of different size |
| 189 | struct fail { char dummy[2]; }; |
| 190 | struct succeed { char dummy; }; |
| 191 | // Try to convert a T1 to a T2 by plugging into tryConvert |
| 192 | static fail tryConvert(...); |
nothing calls this directly
no outgoing calls
no test coverage detected