doc, fix: typo in merge sort and use vector instead of raw array #8655
Annotations
1 error and 3 warnings
Run cpp-linter/cpp-linter-action@v2
Process completed with exit code 1.
|
Run cpp-linter/cpp-linter-action@v2:
sorting/merge_sort.cpp#L99
variable 'size' is not initialized
|
Run cpp-linter/cpp-linter-action@v2:
sorting/merge_sort.cpp#L108
initializing non-owner 'int *' with a newly created 'gsl::owner<>'
|
Run cpp-linter/cpp-linter-action@v2:
sorting/merge_sort.cpp#L117
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead
|
Loading