File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3863
3863
3864
3864
\begin {itemdescr }
3865
3865
\pnum
3866
- \returns \tcode {is_sorted_until(first, last) == last}
3866
+ \returns \tcode {is_sorted_until(first, last) == last}.
3867
3867
\end {itemdescr }
3868
3868
3869
3869
\indexlibrary {\idxcode {is_sorted}}%
3875
3875
3876
3876
\begin {itemdescr }
3877
3877
\pnum
3878
- \returns \tcode {is_sorted_until(std::forward<ExecutionPolicy>(exec), first, last) == last}
3878
+ \returns \tcode {is_sorted_until(std::forward<ExecutionPolicy>(exec), first, last) == last}.
3879
3879
\end {itemdescr }
3880
3880
3881
3881
3888
3888
3889
3889
\begin {itemdescr }
3890
3890
\pnum
3891
- \returns \tcode {is_sorted_until(first, last, comp) == last}
3891
+ \returns \tcode {is_sorted_until(first, last, comp) == last}.
3892
3892
\end {itemdescr }
3893
3893
3894
3894
5066
5066
5067
5067
\begin {itemdescr }
5068
5068
\pnum
5069
- \returns \tcode {is_heap_until(first, last) == last}
5069
+ \returns \tcode {is_heap_until(first, last) == last}.
5070
5070
\end {itemdescr }
5071
5071
5072
5072
5079
5079
5080
5080
\begin {itemdescr }
5081
5081
\pnum
5082
- \returns \tcode {is_heap_until(std::forward<ExecutionPolicy>(exec), first, last) == last}
5082
+ \returns \tcode {is_heap_until(std::forward<ExecutionPolicy>(exec), first, last) == last}.
5083
5083
\end {itemdescr }
5084
5084
5085
5085
5092
5092
5093
5093
\begin {itemdescr }
5094
5094
\pnum
5095
- \returns \tcode {is_heap_until(first, last, comp) == last}
5095
+ \returns \tcode {is_heap_until(first, last, comp) == last}.
5096
5096
\end {itemdescr }
5097
5097
5098
5098
You can’t perform that action at this time.
0 commit comments