Ian Turner writes:
> Package: libstdc++5-dev
> Version: 1:3.2.3-0pre5
> Severity: important
I am unable to reproduce this with the current g++-3.2 and g++-3.3
packages from unstable. Please could you recheck with g++-3.2?
Package: libstdc++5-dev
Version: 1:3.2.3-0pre5
Severity: important
Consider the following program:
--- BEGIN ropetest.c ---
#include
using namespace std;
using namespace __gnu_cxx;
unsigned int rand(unsigned int max) {
unsigned int rval = (unsigned int)(((double)max)*rand()/(RAND_MAX));
if
2 matches
Mail list logo