[jira] Created: (STDCXX-332) ostringstream::tellp() returns -1 when the stream is empty

2007-02-02 Thread Mark Brown (JIRA)
ostringstream::tellp() returns -1 when the stream is empty -- Key: STDCXX-332 URL: https://issues.apache.org/jira/browse/STDCXX-332 Project: C++ Standard Library Issue Type: Bug

[jira] Created: (STDCXX-333) std::wfilebuf extracts more than 1 character from a 1 byte file

2007-02-02 Thread Mark Brown (JIRA)
std::wfilebuf extracts more than 1 character from a 1 byte file --- Key: STDCXX-333 URL: https://issues.apache.org/jira/browse/STDCXX-333 Project: C++ Standard Library Issue Type:

[jira] Commented: (STDCXX-333) std::wfilebuf extracts more than 1 character from a 1 byte file

2007-02-02 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469901 ] Martin Sebor commented on STDCXX-333: - How odd. I can reproduce this but only intermittently and with different

[jira] Assigned: (STDCXX-295) [LWG #453] basic_stringbuf::seekoff need not always fail for an empty stream

2007-02-02 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-295: --- Assignee: Martin Sebor [LWG #453] basic_stringbuf::seekoff need not always fail for an

[jira] Resolved: (STDCXX-295) [LWG #453] basic_stringbuf::seekoff need not always fail for an empty stream

2007-02-02 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-295. - Resolution: Fixed Fix Version/s: 4.2 Fixed. Need to add a test to the test suite. [LWG