| Summary: | For standard streams the adjustfield flag isn't set to right on initialization. | ||
|---|---|---|---|
| Product: | uClibc++ | Reporter: | Per Øyvind Karlsen <proyvind> |
| Component: | Standard Compliance | Assignee: | 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 | ||
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, |
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++..