diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-17 21:03:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-09-17 21:03:03 +0300 |
commit | ce55aa1cefa02d5d439013ccdee69b4b791f9e73 (patch) | |
tree | 50b89ab26bd80a38be182288c075bdead9021501 | |
parent | 68d015cab40e902f507a457a7e3e81b73cf50e6a (diff) |
Add io_error alias for std::ios_base::failure
-rw-r--r-- | list | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -5,13 +5,4 @@ We need to make sure that we print the recall not original path. See recent changes to <butl/process> for details. -- Add io_error alias for ios::failure [quality karen] - - We currently use the stream type, e.g., ofstream::failure but sometimes - we work with several streams at the same time which makes it inconsistent. - So the idea is to add the alias into <*/types> header and use that. - - Alt. names: iofailure, io_failure, ios_failure, io_error, ios_error, but - io_error would be consistent with system_error. - - Remove build2 repositories from scm.codesynthesis.com [infra] |