[jira] Updated: (STDCXX-514) basic_stringbuf<>::str() deallocating external buffer

2007-08-10 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-514: - Affects Version/s: (was: 4.1.3) 4.2 > basic_stringbuf<>::str() dealloc

[jira] Updated: (STDCXX-514) basic_stringbuf<>::str() deallocating external buffer

2007-08-09 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-514: - Description: The program below aborts due to deallocating the external buffer extbuf. test.cpp: