We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2692cb4 commit 07a64ccCopy full SHA for 07a64cc
source/lib-intro.tex
@@ -1639,9 +1639,6 @@
1639
\pnum
1640
\expects
1641
\tcode{decltype(a == b)} models \exposconcept{boolean-testable}.
1642
-
1643
-\pnum
1644
-\expects
1645
\tcode{==} is an equivalence relation,
1646
that is, it has the following properties:
1647
\begin{itemize}
@@ -1668,9 +1665,6 @@
1668
1665
1669
1666
1670
1667
\tcode{decltype(a < b)} models \exposconcept{boolean-testable}.
1671
1672
1673
1674
\tcode{<} is a strict weak ordering relation\iref{alg.sorting}.
1675
\end{itemdescr}
1676
0 commit comments