From 98c4038df36fb73601c58ccd885d1c2d3703cf6e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Sep 2021 08:26:54 +0200 Subject: Factor "buffered streambuf" interface from fdbuf to bufstreambuf Also rename fdbuf to fdstreambuf for consistency. --- libbutl/bufstreambuf.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libbutl/bufstreambuf.cxx (limited to 'libbutl/bufstreambuf.cxx') diff --git a/libbutl/bufstreambuf.cxx b/libbutl/bufstreambuf.cxx new file mode 100644 index 0000000..d152166 --- /dev/null +++ b/libbutl/bufstreambuf.cxx @@ -0,0 +1,13 @@ +// file : libbutl/bufstreambuf.cxx -*- C++ -*- +// license : MIT; see accompanying LICENSE file + +#include + +namespace butl +{ + bufstreambuf:: + ~bufstreambuf () + { + // Vtable. + } +} -- cgit v1.1