From 693835ad625acfdf2d610240b99d6d8fecdb8a6a Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Sat, 16 Nov 2024 06:21:27 -0800 Subject: [PATCH] [fs.op.remove] Clarify "Returns" element (#7387) To avoid confusion as in microsoft/STL#5088. --- source/iostreams.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 34bd3341a7..9aaee4e353 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -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