Created attachment 4802 [details] make getline() setting noskipws flag The getline() function fails to set noskipws flag, which is the expected standard behaviour. The patch attached fixes this.
Created attachment 5294 [details] fix string getline to set noskipws updated patch with signed-off-by etc...
Applied as 7c90261eb9e5cff4ea3a4e5580e4f2bc7543cb21 Thanks! PS: Would have been nice to have a testcase added to tests/iotest.cpp