BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001475 [uClibc++] Other minor always 08-27-07 02:17 08-27-07 02:18
Reporter sors View Status public  
Assigned To gkajmowi
Priority normal Resolution open  
Status assigned   Product Version 0.2.2
Summary 0001475: I/O manipulator std::setw is ignored
Description The std::setw I/O manipulator is ignored.

For example, the following code snippets print "0xb" instead of "0x0b" on stdout:

std::cout << "0x" << std::hex << std::setw(2) << std::setfill('0') << 11 << std::endl;
Additional Information
Attached Files

- Relationships

- Notes
(0002697)
sors
08-27-07 02:18

The mentioned example works fine with g++ and glibc on my 'edgy eft' Ubuntu.
 

- Issue History
Date Modified Username Field Change
08-27-07 02:17 sors New Issue
08-27-07 02:17 sors Status new => assigned
08-27-07 02:17 sors Assigned To  => gkajmowi
08-27-07 02:18 sors Note Added: 0002697
08-27-07 07:03 sors Issue Monitored: sors
10-05-07 04:04 sors Issue End Monitor: sors


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker