File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8680
8680
\begin {itemdescr }
8681
8681
\pnum
8682
8682
\effects \ Initializes \tcode {c} with \tcode {cont} as the first argument and \tcode {a} as the second
8683
- argument, and initializes \tcode {comp} with \tcode {compare}.
8683
+ argument, and initializes \tcode {comp} with \tcode {compare};
8684
+ calls \tcode {make_heap(c.begin(), c.end(), comp)}.
8684
8685
\end {itemdescr }
8685
8686
8686
8687
\begin {itemdecl }
8691
8692
\begin {itemdescr }
8692
8693
\pnum
8693
8694
\effects \ Initializes \tcode {c} with \tcode {std::move(cont)} as the first argument and \tcode {a}
8694
- as the second argument, and initializes \tcode {comp} with \tcode {compare}.
8695
+ as the second argument, and initializes \tcode {comp} with \tcode {compare};
8696
+ calls \tcode {make_heap(c.begin(), c.end(), comp)}.
8695
8697
\end {itemdescr }
8696
8698
8697
8699
\begin {itemdecl }
You can’t perform that action at this time.
0 commit comments