Package: g++-3.1
Version: 1:3.1.1-0pre2
Severity: normal
This code compiled in gcc-3.0 and fails in gcc-3.1 claiming that class
rope is not to be found in std.
#include
#include
#include
int main (int, char**)
{
std::rope r;
char sz[] =
"Now is the time for all goo
Package: libstdc++3-dev
Version: 1:3.0.4-1
Severity: important
The following code will segment fault with the installed libstdc++ and
g++-3.0. It runs correctly on the 2.9x compiler with the v2.10 of
libstdc++. Note that the substr line, a replacement for erase, also
fails with the 3.0 compiler
2 matches
Mail list logo