Skip to content

Commit 01f681d

Browse files
committed
[concept.equalitycomparable] Remove note that the equality-preserving
nature of == implies that == is reflexive. This turns out to not quite be justified by the normative rules.
1 parent fbc2eef commit 01f681d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/concepts.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@
876876
\pnum
877877
\begin{note}
878878
The requirement that the expression \tcode{a == b} is equality-preserving
879-
implies that \tcode{==} is reflexive, transitive, and symmetric.
879+
implies that \tcode{==} is transitive and symmetric.
880880
\end{note}
881881
\end{itemdescr}
882882

0 commit comments

Comments
 (0)