QuickSort::sort takes an int size argument. Sizes should generally be size_t. But passing a size_t value when parameter type is int leads to a build failure on Windows-x64, because the compiler warns about the narrowing conversion.
-
Kim Barrett
-
Kim Barrett
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: