| 935 | // representation of negative numbers to keep compilers from getting overly |
| 936 | // happy with optimizing away things like -MIN_INT. |
| 937 | template < typename T, int > class AbsValueHelper; |
| 938 | |
| 939 | template < typename T > class AbsValueHelper < T, AbsMethodInt> |
| 940 | { |
nothing calls this directly
no outgoing calls
no test coverage detected