| 11069 | |
| 11070 | template <typename T> |
| 11071 | auto convert(T t) -> Converter<T> { |
| 11072 | return Converter<T>(t); |
| 11073 | } |
| 11074 | |
| 11075 | template <typename FP> |
| 11076 | bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) { |
no outgoing calls
no test coverage detected