prepare (1/3):
finished
make (2/3):
g++ -std=c++11 -O3 -Wall -o main main.cpp binary_heap.h fib_heap.h priority_queue.h unsorted_heap.h
main.cpp: In function 'int main(int, char**)':
main.cpp:118:9: warning: unused variable 'next' [-Wunused-variable]
point *next;
^~~~
In file included from main.cpp:8:0:
unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = point*; COMP = point::compare_t]':
main.cpp:280:1: required from here
unsorted_heap.h:98:7: warning: reference to local variable 'min' returned [-Wreturn-local-addr]
auto min = data[1];
^~~
finished
clean (3/3):
finished
all task finished, build successfully