Skip to content

Commit f8bc9df

Browse files
committed
[optional.comp_with_t] Fix misapplication of LWG2934.
1 parent 142186e commit f8bc9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3943,7 +3943,7 @@
39433943
\begin{itemdescr}
39443944
\pnum
39453945
\requires
3946-
The expression \tcode{*x >= v} shall be well-formed and
3946+
The expression \tcode{*x > v} shall be well-formed and
39473947
its result shall be convertible to \tcode{bool}.
39483948

39493949
\pnum

0 commit comments

Comments
 (0)