| 8 | |
| 9 | template <typename T, typename U> |
| 10 | struct AddTest |
| 11 | { |
| 12 | T x; |
| 13 | U y; |
| 14 | bool fExpected; |
| 15 | }; |
| 16 | |
| 17 | static const AddTest< std::uint64_t, std::uint64_t > uint64_uint64[] = |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected