prepare (1/3):
finished
make (2/3):
g++ -std=c++11 -O3 -o main main.cpp
In file included from main.cpp:12:0:
fib_heap.h: In instantiation of 'const TYPE& fib_heap<TYPE, COMP>::get_min() const [with TYPE = pos; COMP = pos::compare_t]':
main.cpp:208:1: required from here
fib_heap.h:228:15: warning: returning reference to temporary [-Wreturn-local-addr]
return TYPE();
^
In file included from main.cpp:13:0:
unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = pos; COMP = pos::compare_t]':
main.cpp:208:1: required from here
unsorted_heap.h:79:33: warning: returning reference to temporary [-Wreturn-local-addr]
if (this->empty()) return TYPE();
^
finished
clean (3/3):
finished
all task finished, build successfully