aboutsummaryrefslogtreecommitdiff
path: root/libbutl/fdstream.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/fdstream.ixx')
-rw-r--r--libbutl/fdstream.ixx8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbutl/fdstream.ixx b/libbutl/fdstream.ixx
index 4323954..7a15f51 100644
--- a/libbutl/fdstream.ixx
+++ b/libbutl/fdstream.ixx
@@ -43,6 +43,14 @@ namespace butl
return std::move (fd_);
}
+ // fdstream_base
+ //
+ inline fdstream_base::
+ fdstream_base (auto_fd&& fd, std::uint64_t pos)
+ : buf_ (std::move (fd), pos)
+ {
+ }
+
// ifdstream
//
inline ifdstream::