Bug#195586: libstdc++5-dev is older than libstdc++5

2003-05-31 Thread Tobias Hunger
Gruss, Tobias -------- Tobias Hunger The box said: 'Windows 95 or better' [EMAIL PROTECTED] So I installed Linux. pgp5uvZhFaRet.pgp Description: PGP signature

Bug#195586: libstdc++5-dev is older than libstdc++5

2003-05-31 Thread Tobias Hunger
Package: libstdc++5-dev Version: 1:3.2.3-2 Severity: normal I hate libstdc++5 installed which is of version 3.3-2 while libstdc++5-dev is of version 3.2.3-2. I think that is not the way it should be. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux c3po 2.4

Bug#179129: libstdc++5-dev: Upgradeing broken.

2003-01-30 Thread Tobias Hunger
Package: libstdc++5-dev Version: 1:3.2.2-0pre6 Severity: grave Justification: renders package unusable Here's what I get when upgrading libstdc++5-dev: Sorry, but the following packages have unmet dependencies: libstdc++5-dev: Depends: libc12-dev but it is not installable E: Sorry, broken packa

Bug#158988: g++-3.2: char_traits template does not have a implementation

2002-09-01 Thread Tobias Hunger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 31 August 2002 22:07, Phil Edwards wrote: > On Sat, Aug 31, 2002 at 02:17:45PM +0200, Tobias Hunger wrote: > > bits/char_traits.h Defines the char_traits template without providing a > > default implementation, only spec

Bug#158988: g++-3.2: char_traits template does not have a implementation

2002-08-31 Thread Tobias Hunger
Package: g++-3.2 Version: 1:3.2.1-0pre1 Severity: normal Tags: upstream Hi! bits/char_traits.h Defines the char_traits template without providing a default implementation, only specialisations for char and wchar_t. This is very annoying as you need to fill in all the gory details if you want to h

Bug#151182: g++-3.1: struct problems

2002-06-27 Thread Tobias Hunger
Package: g++-3.1 Version: 1:3.1.1-0pre2 Severity: normal Hi! This program is giving me headaches: struct test { char test; }; int main(int argc, char ** argv) { return 0; } ~/test > g++-3.1 -o test test.cc ~/test > g++-2.95 -o test test.cc test.cc:3: ANSI C++ fo