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++
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
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
3 matches
Mail list logo