Skip to content

Commit 693835a

Browse files
authored
[fs.op.remove] Clarify "Returns" element (#7387)
To avoid confusion as in microsoft/STL#5088.
1 parent 8d08440 commit 693835a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/iostreams.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18425,9 +18425,10 @@
1842518425

1842618426
\pnum
1842718427
\returns
18428-
\tcode{false} if \tcode{p} did not exist,
18429-
otherwise \tcode{true}. The signature with argument \tcode{ec}
18430-
returns \tcode{false} if an error occurs.
18428+
\tcode{true} if a file \tcode{p} has been removed and \tcode{false} otherwise.
18429+
\begin{note}
18430+
Absence of a file \tcode{p} is not an error.
18431+
\end{note}
1843118432

1843218433
\pnum
1843318434
\throws

0 commit comments

Comments
 (0)