Bug#151618: g++-3.1: Rope apparently moved out of std.

2002-07-01 Thread Marc Singer
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

Bug#137017: libstdc++3-dev: Included code for rope segment faults. Runs OK in v2.10

2002-03-05 Thread Marc Singer
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