severity 96539 normal
retitle 96539 [fixed in 3.0] libstdc++2.10-dev: Error in bastring.h
thanks
[EMAIL PROTECTED] writes:
> Package: libstdc++2.10-dev
> Version: 1:2.95.2-14
> Severity: important
wide strings don't work in 2.95.x. See the thread starting at
http://gcc.gnu.org/ml/gcc/2000-12/m
Processing commands for [EMAIL PROTECTED]:
> severity 96539 normal
Bug#96539: libstdc++2.10-dev: Error in bastring.h
Severity set to `normal'.
> retitle 96539 [fixed in 3.0] libstdc++2.10-dev: Error in bastring.h
Bug#96539: libstdc++2.10-dev: Error in bastring.h
Changed Bug title
Package: libstdc++2.10-dev
Version: 1:2.95.2-14
Severity: important
In bastring.h:
const charT* c_str () const
{ const charT* null_str = "";
if (length () == 0) return null_str; terminate (); return data (); }
The second line will _fail_ if charT is not char, which it for instance
i
3 matches
Mail list logo