Skip to content

Commit 82b2ba6

Browse files
authored
[streambuf.general] Remove incorrect "abstract"
The referenced class template `basic_streambuf` is not abstract.
1 parent bc3cb41 commit 82b2ba6

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
@@ -3096,7 +3096,7 @@
30963096
\pnum
30973097
The class template
30983098
\tcode{basic_streambuf}
3099-
serves as an abstract base class for deriving various
3099+
serves as a base class for deriving various
31003100
\term{stream buffers}
31013101
whose objects each control two
31023102
\term{character sequences}:

0 commit comments

Comments
 (0)