| 12 | |
| 13 | template <Fix16 (Fix16::*func)() const> |
| 14 | static Fix16 fix16_func1(Fix16 f) |
| 15 | { |
| 16 | return (f.*func)(); |
| 17 | } |
| 18 | |
| 19 | template <Fix16 (Fix16::*func)(const Fix16&) const> |
| 20 | static Fix16 fix16_func2(Fix16 f, Fix16 y) |
nothing calls this directly
no outgoing calls
no test coverage detected