From a3f9a2d26302f499a4ef490d8bf5af234ddb3250 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Aug 2019 13:54:14 +0200 Subject: Adjust to fdstream constructor changes --- bbot/utility.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/utility.txx b/bbot/utility.txx index d743a6a..98ae729 100644 --- a/bbot/utility.txx +++ b/bbot/utility.txx @@ -197,7 +197,7 @@ namespace bbot 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, true); -- cgit v1.1