prepare (1/3):
finished
make (2/3):
g++ -std=c++11 -g -Wall -o main.o -c main.cpp
In file included from main.cpp:5:0:
unsorted_heap.h: In instantiation of 'TYPE unsorted_heap<TYPE, COMP>::dequeue_min() [with TYPE = pathnode; COMP = compare_t]':
main.cpp:336:1: required from here
unsorted_heap.h:69:39: warning: variable 'end' set but not used [-Wunused-but-set-variable]
typename std::vector<TYPE>::iterator end = this->data.end();
^~~
g++ -std=c++11 -g -Wall -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully