Bug 6980

Summary: For standard streams the adjustfield flag isn't set to right on initialization.
Product: uClibc++ Reporter: Per Øyvind Karlsen <proyvind>
Component: Standard ComplianceAssignee: unassigned
Status: NEW ---    
Severity: normal CC: uclibc-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Fix issue with not treating as ios_base::right if no adjustfield flag set

Description Per Øyvind Karlsen 2014-03-24 13:56:19 UTC
Created attachment 5312 [details]
Fix issue with not treating as ios_base::right if no adjustfield flag set

For standard streams, the adjustfield flag should be set to right on initialization.
This is not the current case with uClibc++..
Comment 1 Bernhard Reutner-Fischer 2014-04-01 14:44:41 UTC
This seems to be the same patch as for PR6116 see https://bugs.busybox.net/show_bug.cgi?id=6116#c1

Please add a test to tests/iotest.cpp
to illustrate the error and exercise the fix.

TIA,