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 0d89911 commit a655d15Copy full SHA for a655d15
source/lib-intro.tex
@@ -1630,9 +1630,6 @@
1630
\pnum
1631
\expects
1632
\tcode{decltype(a == b)} models \exposconcept{boolean-testable}.
1633
-
1634
-\pnum
1635
-\expects
1636
\tcode{==} is an equivalence relation,
1637
that is, it has the following properties:
1638
\begin{itemize}
@@ -1659,9 +1656,6 @@
1659
1656
1660
1657
1661
1658
\tcode{decltype(a < b)} models \exposconcept{boolean-testable}.
1662
1663
1664
1665
\tcode{<} is a strict weak ordering relation\iref{alg.sorting}.
1666
\end{itemdescr}
1667
0 commit comments