From ce55aa1cefa02d5d439013ccdee69b4b791f9e73 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 17 Sep 2016 21:03:03 +0300 Subject: Add io_error alias for std::ios_base::failure --- list | 9 --------- 1 file changed, 9 deletions(-) (limited to 'list') diff --git a/list b/list index 3a81882..1b39820 100644 --- a/list +++ b/list @@ -5,13 +5,4 @@ We need to make sure that we print the recall not original path. See recent changes to 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] -- cgit v1.1