
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
All
|
|
Issue Links:
|
Dependants
|
|
This issue depends on:
|
|
STDCXX-626
[LWG #581] std::ostream::flush() unexpectedly calls to rdbuf()->sync() when rdstate() != goodbit
|
|
|
|
|
|
|
|
| Resolution Date: |
29/Jan/08 03:46 PM
|
The 27.ostream test fails with 2 rw_assert()'s because of STDCXX-626.
----------------
- ASSERTION (S7) (4 lines):
- TEXT: std::basic_ostream<char>::flush() unexpectedly made 1 calls to rdbuf()->sync() when rdstate () == failbit
- CLAUSE: lib.ostream
- LINE: 1426
- ASSERTION (S7) (4 lines):
- TEXT: std::basic_ostream<unsigned short>::flush() unexpectedly made 1 calls to rdbuf()->sync() when rdstate () == failbit
- CLAUSE: lib.ostream
- LINE: 1426
----------------
|
|
Description
|
The 27.ostream test fails with 2 rw_assert()'s because of STDCXX-626.
----------------
- ASSERTION (S7) (4 lines):
- TEXT: std::basic_ostream<char>::flush() unexpectedly made 1 calls to rdbuf()->sync() when rdstate () == failbit
- CLAUSE: lib.ostream
- LINE: 1426
- ASSERTION (S7) (4 lines):
- TEXT: std::basic_ostream<unsigned short>::flush() unexpectedly made 1 calls to rdbuf()->sync() when rdstate () == failbit
- CLAUSE: lib.ostream
- LINE: 1426
----------------
|
Show » |
|
STDCXX-626issue.