I am trying to make a min-heap1 of longs in C++ using the STL make_heap, etc., but my comparator doesn\'t seem to be comparing properly. The
long
make_heap
just use greater(). it is predefined in std.
greater()