diff options
-rw-r--r-- | bdep/utility.txx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |