Skip to content

Commit 5f62a33

Browse files
committed
No qualified std::fclose call
1 parent ac263d5 commit 5f62a33

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

source/iostreams.tex

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8821,14 +8821,8 @@
88218821
exception, the function closes the file
88228822
(as if by calling
88238823
\indexlibrary{\idxcode{fclose}}%
8824-
\tcode{std::fclose(file)}).\footnote{The function signature
8825-
\tcode{fclose(FILE*)}
8826-
is declared in
8827-
\tcode{<cstdio>}
8828-
\indexlibrary{\idxhdr{cstdio}}%
8829-
\indexlibrary{\idxcode{fclose}}%
8830-
(\ref{c.files}).}
8831-
If any of the calls made by the function, including \tcode{std::fclose}, fails,
8824+
\tcode{fclose(file)}).
8825+
If any of the calls made by the function, including \tcode{fclose}, fails,
88328826
\tcode{close} fails by returning a null pointer. If one of these calls throws an
88338827
exception, the exception is caught and rethrown after closing the file.
88348828

0 commit comments

Comments
 (0)