[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly
--- Comment #3 from eric_jrdn2 at yahoo dot fr 2006-09-12 15:32 --- I tried this : #include #include #include using namespace std; int main(){ ostringstream ostr; ostr.str("azerty"); cout<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29035
[Bug libstdc++/29035] New: Initialisation of std::ostringstream does not work correctly
Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eric_jrdn2 at yahoo dot fr http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29035