prepare (1/3):
finished
make (2/3):
g++ -std=c++11 -o main main.cpp fib_heap.h unsorted_heap.h binary_heap.h priority_queue.h
In file included from main.cpp:6:0:
unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = map; COMP = map::compare_t]':
main.cpp:159:6: required from here
unsorted_heap.h:93:10: warning: reference to local variable 'value' returned [-Wreturn-local-addr]
TYPE value=temp;
^~~~~
finished
clean (3/3):
finished
all task finished, build successfully