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++/1511


The following reply was made to PR c++/1511; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, vikram@dsl.serc.iisc.ernet.in,
   rodrigc@mediaone.net
Cc:  
Subject: Re: c++/1511
Date: Sat, 17 Feb 2001 19:46:32 -0500

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1511&database=gcc
 
 Compiling the following test case with gcc 2.97 also
 yielded the similar problem:
 
 #include <iostream>
 #include <algorithm>
 using namespace std;
 
 int main()
 {
     cin >> count;
 }
 
 Compilation problems will occur because
 
 the count function from <algorithm> will
 
 be used as an argument to cin.
 
 There is not much you can do about this one! :(
 
 This bug report should be closed.
 
 --
 Craig Rodrigues
 http://www.gis.net/~craigr
 rodrigc@mediaone.net
 
 
 


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