This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/955: missing


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');
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]