Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[algorithms.parallel.exec],[alg.set.operations],[alg.min.max],[alg.clibrary] remove empty parens #2925

Merged
merged 1 commit into from
Jun 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
which are specified as modifying the object.
\begin{note}
For example,
\tcode{swap()},
\tcode{swap},
\tcode{++},
\tcode{--},
\tcode{@=}, and
Expand Down Expand Up @@ -7018,9 +7018,9 @@
They also work with \tcode{multiset}s\iref{multiset}
containing multiple copies of equivalent elements.
The semantics of the set operations are generalized to \tcode{multiset}s
in a standard way by defining \tcode{set_union()}
in a standard way by defining \tcode{set_union}
to contain the maximum number of occurrences of every element,
\tcode{set_intersection()} to contain the minimum, and so on.
\tcode{set_intersection} to contain the minimum, and so on.

\rSec3[includes]{\tcode{includes}}

Expand Down Expand Up @@ -8202,7 +8202,7 @@
\tcode{\{m, M\}}, where \tcode{m} is
the first iterator in \range{first}{last} such that no iterator in the range refers
to a smaller element, and where \tcode{M} is the last iterator\footnote{This behavior
intentionally differs from \tcode{max_element()}.}
intentionally differs from \tcode{max_element}.}
in \range{first}{last} such that no iterator in the range refers to a larger element.

\pnum
Expand Down Expand Up @@ -9816,7 +9816,7 @@

\pnum
\throws
Any exception thrown by \tcode{compar()}\iref{res.on.exception.handling}.
Any exception thrown by \tcode{compar}\iref{res.on.exception.handling}.
\end{itemdescr}

\xref
Expand Down