From 972090a5a9d0eae473820f7f59b9db356b85be95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 13 Sep 2016 16:13:42 +0200 Subject: Add quality: Add io_error alias for ios::failure --- list | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'list') diff --git a/list b/list index 680a312..7c52376 100644 --- a/list +++ b/list @@ -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] -- cgit v1.1