Skip to content

Commit d53bc76

Browse files
committed
LWG3083 What should ios::iword(-1) do?
1 parent 9efbc41 commit d53bc76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/iostreams.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,10 @@
14361436
\end{itemdecl}
14371437

14381438
\begin{itemdescr}
1439+
\pnum
1440+
\requires
1441+
\tcode{idx} is a value obtained by a call to \tcode{xalloc}.
1442+
14391443
\pnum
14401444
\effects
14411445
If \tcode{iarray} is a null pointer, allocates an array of
@@ -1482,6 +1486,10 @@
14821486
\end{itemdecl}
14831487

14841488
\begin{itemdescr}
1489+
\pnum
1490+
\requires
1491+
\tcode{idx} is a value obtained by a call to \tcode{xalloc}.
1492+
14851493
\pnum
14861494
\effects
14871495
If \tcode{parray} is a null pointer, allocates an array of

0 commit comments

Comments
 (0)