Bug#96539: libstdc++2.10-dev: Error in bastring.h

2001-05-06 Thread Matthias Klose
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

Processed: Bug#96539: libstdc++2.10-dev: Error in bastring.h

2001-05-06 Thread Debian Bug Tracking System
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

Bug#96539: libstdc++2.10-dev: Error in bastring.h

2001-05-06 Thread peter
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