Bug 6116

Summary: Fix default when no adjustfield flag is set, also add support for ios_base::internal
Product: uClibc++ Reporter: Per Øyvind Karlsen <proyvind>
Component: Standard ComplianceAssignee: unassigned
Status: NEW ---    
Severity: major CC: uclibc-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: fix ostream adjustfield
fix ostream adjustfield

Description Per Øyvind Karlsen 2013-03-13 22:54:56 UTC
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.
Comment 1 Per Øyvind Karlsen 2014-03-24 13:46:54 UTC
Created attachment 5306 [details]
fix ostream adjustfield

updated patch with signed-off-by added
Comment 2 Bernhard Reutner-Fischer 2014-04-01 14:41:10 UTC
This patch seems to be incomplete, also please add a test to tests/iotest.cpp to illustrate the error and exercise the fix.

TIA,