Skip to content

Commit a2e159a

Browse files
committed
[fs.op.remove] clarify Returns element
To avoid confusion as in microsoft/STL#5088.
1 parent 8d08440 commit a2e159a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/iostreams.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18425,9 +18425,11 @@
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+
The signature with argument \tcode{ec}
18429+
returns \tcode{false} if an error occurs.
18430+
If no error occurs,
18431+
returns \tcode{true} if \tcode{p} did exist and has been removed,
18432+
and \tcode{false} if there is no file \tcode{p}.
1843118433

1843218434
\pnum
1843318435
\throws

0 commit comments

Comments
 (0)