prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -o main.o -c main.cpp
g++ -g -Wall -O2 -o selection.o -c selection_impl.cpp
selection_impl.cpp: In function 'int det_sel(int*, int, int)':
selection_impl.cpp:228:25: warning: 'pivotat' may be used uninitialized in this function [-Wmaybe-uninitialized]
arr[left] = arr[pivotat];
^
selection_impl.cpp:219:6: note: 'pivotat' was declared here
int pivotat;
^~~~~~~
g++ -g -Wall -O2 -o main main.o selection.o
finished
clean (3/3):
finished
all task finished, build successfully