Skip to content

Commit b969599

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG3209 Expression in year::ok() returns clause is ill-formed
1 parent 26e38d3 commit b969599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@
47314731

47324732
\begin{itemdescr}
47334733
\pnum
4734-
\returns \tcode{min() <= y_ \&\& y_ <= max()}.
4734+
\returns \tcode{min().y_ <= y_ \&\& y_ <= max().y_}.
47354735
\end{itemdescr}
47364736

47374737
\indexlibrarymember{min}{year}%

0 commit comments

Comments
 (0)