From 800bf1b9f67aae867ffe900a545444dfe8aa46c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Aug 2019 17:30:21 +0200 Subject: Use new fdstream constructor --- tests/fdstream/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index c5a35d4..e5ab98b 100644 --- a/tests/fdstream/driver.cxx +++ b/tests/fdstream/driver.cxx @@ -416,7 +416,7 @@ main (int argc, const char* argv[]) // program. // { - ofdstream ofs (f, fdopen_mode::out, ofdstream::badbit); + ofdstream ofs (f, ofdstream::badbit); ofs.clear (ofdstream::failbit); } -- cgit v1.1