diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 16:13:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 16:13:42 +0200 |
commit | 972090a5a9d0eae473820f7f59b9db356b85be95 (patch) | |
tree | e0af391ceb06f043d057fa5e82f93bf667c37fee /list | |
parent | 33a78142659a454991120200eb36a0e930d9ac10 (diff) |
Add quality: Add io_error alias for ios::failure
Diffstat (limited to 'list')
-rw-r--r-- | list | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1 +1,10 @@ +- 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] |