From df78872e293ce2ca1e40752060a1aaed09c421d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Aug 2019 17:26:59 +0200 Subject: Fix fdstream usage some more --- bdep/utility.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdep/utility.txx b/bdep/utility.txx index 5e7cb66..cf03911 100644 --- a/bdep/utility.txx +++ b/bdep/utility.txx @@ -316,7 +316,7 @@ namespace bdep try { - ofdstream ofs (f, ios::binary); + ofdstream ofs (f, fdopen_mode::binary); auto_rmfile arm (f); // Try to remove on failure ignoring errors. serialize_manifest (m, ofs, f.string (), what, move (ff)); -- cgit v1.1