Skip to content

Commit

Permalink
[iterators.common] fix typo and add "is true" to Preconditions: claus…
Browse files Browse the repository at this point in the history
…es (#4382)
  • Loading branch information
timsong-cpp committed Nov 18, 2020
1 parent a888cfb commit c890f0e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4880,7 +4880,7 @@
\begin{itemdescr}
\pnum
\expects
\tcode{holds_alternative<I>(v_)}.
\tcode{holds_alternative<I>(v_)} is \tcode{true}.

\pnum
\effects
Expand All @@ -4905,7 +4905,7 @@

\pnum
\expects
\tcode{holds_alternative<I>(v_)}.
\tcode{holds_alternative<I>(v_)} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -4950,7 +4950,7 @@
\begin{itemdescr}
\pnum
\expects
\tcode{holds_alternative<I>(v_)}.
\tcode{holds_alternative<I>(v_)} is \tcode{true}.

\pnum
\effects
Expand All @@ -4969,7 +4969,7 @@
\begin{itemdescr}
\pnum
\expects
\tcode{holds_alternative<I>(v_)}.
\tcode{holds_alternative<I>(v_)} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -5059,7 +5059,7 @@
\begin{itemdescr}
\pnum
\expects
\tcode{holds_alternative<I>(v_)}.
\tcode{holds_alternative<I>(i.v_)} is \tcode{true}.

\pnum
\effects
Expand Down

0 comments on commit c890f0e

Please sign in to comment.