Skip to content

Commit a655d15

Browse files
committed
Merge Preconditions
1 parent 0d89911 commit a655d15

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
@@ -1630,9 +1630,6 @@
16301630
\pnum
16311631
\expects
16321632
\tcode{decltype(a == b)} models \exposconcept{boolean-testable}.
1633-
1634-
\pnum
1635-
\expects
16361633
\tcode{==} is an equivalence relation,
16371634
that is, it has the following properties:
16381635
\begin{itemize}
@@ -1659,9 +1656,6 @@
16591656
\pnum
16601657
\expects
16611658
\tcode{decltype(a < b)} models \exposconcept{boolean-testable}.
1662-
1663-
\pnum
1664-
\expects
16651659
\tcode{<} is a strict weak ordering relation\iref{alg.sorting}.
16661660
\end{itemdescr}
16671661

0 commit comments

Comments
 (0)