From 72450e72e400eb03325ca182f0e118fde8cd1705 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Jul 2017 13:44:24 +0200 Subject: Add support for printing progress --- libbutl/fdstream.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/fdstream.hxx') diff --git a/libbutl/fdstream.hxx b/libbutl/fdstream.hxx index 6673fed..fa62ff4 100644 --- a/libbutl/fdstream.hxx +++ b/libbutl/fdstream.hxx @@ -596,6 +596,8 @@ namespace butl fdmode (int, fdstream_mode); // Portable functions for obtaining file descriptors of standard streams. + // Throw ios::failure on the underlying OS error. + // // Note that you normally wouldn't want to close them using fddup() to // convert them to auto_fd, for example: // -- cgit v1.1