Skip to content

Commit 07a64cc

Browse files
committed
Merge Preconditions
1 parent 2692cb4 commit 07a64cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/lib-intro.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,9 +1639,6 @@
16391639
\pnum
16401640
\expects
16411641
\tcode{decltype(a == b)} models \exposconcept{boolean-testable}.
1642-
1643-
\pnum
1644-
\expects
16451642
\tcode{==} is an equivalence relation,
16461643
that is, it has the following properties:
16471644
\begin{itemize}
@@ -1668,9 +1665,6 @@
16681665
\pnum
16691666
\expects
16701667
\tcode{decltype(a < b)} models \exposconcept{boolean-testable}.
1671-
1672-
\pnum
1673-
\expects
16741668
\tcode{<} is a strict weak ordering relation\iref{alg.sorting}.
16751669
\end{itemdescr}
16761670

0 commit comments

Comments
 (0)