| 74 | #if defined(_MSC_VER) || defined(__CYGWIN__) |
| 75 | template<typename T> |
| 76 | inline bool quicksort_dispatch(T*, npy_intp) |
| 77 | { |
| 78 | return false; |
| 79 | } |
| 80 | template<typename T> |
| 81 | inline bool aquicksort_dispatch(T*, npy_intp*, npy_intp) |
| 82 | { |
no outgoing calls
no test coverage detected