Created attachment 4814 [details] fix ostream adjustfield The attached patch fixes an issue where no adjustfield flag set doesn't give same default behaviour as if ios_base::right were set. It also adds proper support for the ios_base::internal flag.
Created attachment 5306 [details] fix ostream adjustfield updated patch with signed-off-by added
This patch seems to be incomplete, also please add a test to tests/iotest.cpp to illustrate the error and exercise the fix. TIA,