Skip to content

Commit a4e40b0

Browse files
authored
[spanbuf.virtuals] Add missing "override" (#4795)
... to the declaration of `setbuf` to agree with the class synopsis.
1 parent 7df2b91 commit a4e40b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9665,7 +9665,7 @@
96659665

96669666
\indexlibrarymember{setbuf}{basic_spanbuf}%
96679667
\begin{itemdecl}
9668-
basic_streambuf<charT, traits>* setbuf(charT* s, streamsize n);
9668+
basic_streambuf<charT, traits>* setbuf(charT* s, streamsize n) override;
96699669
\end{itemdecl}
96709670

96719671
\begin{itemdescr}

0 commit comments

Comments
 (0)