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

2002-07-01 Thread elf
I suspected that, but using namespace __gnu_cxx; reports that the namespace '__gnu_cxx' is undeclared. Explicitly referencing that namespace does work. On Mon, Jul 01, 2002 at 06:59:25PM -0400, Phil Edwards wrote: > On Mon, Jul 01, 2002 at 10:44:16PM -, Marc Singer wrote: > > Package: g++

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

2002-07-01 Thread Phil Edwards
On Mon, Jul 01, 2002 at 10:44:16PM -, Marc Singer wrote: > 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. Yep. Extensions not actually in the standard ISO namespace

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