This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/955: missing
- To: nobody at gcc dot gnu dot org
- Subject: Re: c++/955: missing
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: 1 Dec 2000 23:46:00 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Benjamin Kosnik <bkoz at redhat dot com>
The following reply was made to PR c++/955; it has been noted by GNATS.
From: Benjamin Kosnik <bkoz@redhat.com>
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:
Subject: Re: c++/955: missing
Date: Fri, 1 Dec 2000 15:41:52 -0800
This compiles and links with current CVS:
-----------
#include <ext/rope>
main()
{
using namespace std;
crope r(1000000, 'x');
}