| Anonymous | Login | Signup for a new account | 11-10-2008 10:47 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000342 | [uClibc++] Other | major | always | 07-13-05 12:57 | 08-02-05 20:13 | ||||
| Reporter | tommi | View Status | public | ||||||
| Assigned To | gkajmowi | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.1.11 | ||||||
| Summary | 0000342: std::streambuf::xsputn incorrect | ||||||||
| Description |
From 1997 C++ Public Review Document: streamsize xsputn(const char_type* s, streamsize n); Effects: Writes up to n characters to the output sequence as if by repeated calls to sputc(c). The characters written are obtained from succes- sive elements of the array whose first element is designated by s. Writing stops when either n characters have been written or a call to sputc(c) would return traits::eof(). Returns: The number of characters written. The current implementation returns 0. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |