Skip to content

Commit

Permalink
[fs.op.remove] clarify Returns element
Browse files Browse the repository at this point in the history
To avoid confusion as in microsoft/STL#5088.
  • Loading branch information
CaseyCarter committed Nov 15, 2024
1 parent 8d08440 commit a2e159a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18425,9 +18425,11 @@

\pnum
\returns
\tcode{false} if \tcode{p} did not exist,
otherwise \tcode{true}. The signature with argument \tcode{ec}
returns \tcode{false} if an error occurs.
The signature with argument \tcode{ec}
returns \tcode{false} if an error occurs.
If no error occurs,
returns \tcode{true} if \tcode{p} did exist and has been removed,
and \tcode{false} if there is no file \tcode{p}.

\pnum
\throws
Expand Down

0 comments on commit a2e159a

Please sign in to comment.