make_heap
using __STD::make_heap;
using __STD::make_heap;
make_heap(__first, __middle);
make_heap(__first, __middle, __comp);
make_heap(__result_first, __result_real_last);
make_heap(__result_first, __result_real_last, __comp);
{ make_heap(c.begin(), c.end(), comp); }
: c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
{ make_heap(c.begin(), c.end(), comp); }
make_heap(c.begin(), c.end(), comp);
: c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
{ make_heap(c.begin(), c.end(), comp); }
make_heap(c.begin(), c.end(), comp);