diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 17:23:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-13 17:23:13 +0200 |
commit | 1be8e5d189f794d54e2007290be42f0f7ba7bf11 (patch) | |
tree | a2cdcd761a9f1c5b311e4dbdf04c4f1040e34de5 /list | |
parent | 6167117e02d0b62c5b4094e449232718625e4cba (diff) |
Add quality: Audit all print_process()/process ctor for path_search()
Diffstat (limited to 'list')
-rw-r--r-- | list | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +- Audit all print_process()/process ctor for path_search() [quality karen] + + 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 |