Skip to content

Commit

Permalink
[fs.op.remove] Clarify "Returns" element (#7387)
Browse files Browse the repository at this point in the history
To avoid confusion as in microsoft/STL#5088.
  • Loading branch information
CaseyCarter authored Nov 16, 2024
1 parent 8d08440 commit 693835a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18425,9 +18425,10 @@

\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.
\tcode{true} if a file \tcode{p} has been removed and \tcode{false} otherwise.
\begin{note}
Absence of a file \tcode{p} is not an error.
\end{note}

\pnum
\throws
Expand Down

0 comments on commit 693835a

Please sign in to comment.