prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -O2 -o main.o -c main.cpp
In file included from main.cpp:7:0:
fib_heap.h: In instantiation of 'void fib_heap<TYPE, COMP>::consolidate() [with TYPE = point*; COMP = point::compare_t]':
fib_heap.h:225:11: required from 'TYPE fib_heap<TYPE, COMP>::dequeue_min() [with TYPE = point*; COMP = point::compare_t]'
main.cpp:188:1: required from here
fib_heap.h:141:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (auto i=0; i < this->n; i++) {
~~^~~~~~~~~
fib_heap.h:170:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (auto i=0; i < this->n; i++){
~~^~~~~~~~~
g++ -g -Wall -O2 -O2 -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully