| 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 Compliance | Assignee: | 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 |
||
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, |
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.