| 79 | } |
| 80 | template<typename T> |
| 81 | inline bool aquicksort_dispatch(T*, npy_intp*, npy_intp) |
| 82 | { |
| 83 | return false; |
| 84 | } |
| 85 | #else |
| 86 | template<typename T> |
| 87 | inline bool quicksort_dispatch(T *start, npy_intp num) |
no outgoing calls
no test coverage detected