Skip to content

Commit 7cd7692

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG3352 strong_equality isn't a thing
1 parent a333c1f commit 7cd7692

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/containers.tex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,9 @@
214214
constant \\ \rowsep
215215

216216
\tcode{i <=> j} &
217-
\tcode{strong_ordering}
218-
if \tcode{X::iterator} meets the random access iterator requirements,
219-
otherwise \tcode{strong_equality} &
220-
&
221-
&
217+
\tcode{strong_ordering} &
218+
&
219+
\constraints \tcode{X::iterator} meets the random access iterator requirements. &
222220
constant \\ \rowsep
223221

224222
\tcode{a == b} &

0 commit comments

Comments
 (0)