This is the mail archive of the gcc-help@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]
Other format: [Raw text]

:: not recognized in 4.1.1


My code is as below  
   bmdbFile& bmdbFile::operator=(      // assignment operator
      const bmdbFile& v                   // source bmdbFile
    );

However, the :: is not recognized by the gcc version 4.1.1 
What shall i changed it to? 
Thanks. 



--
View this message in context: http://gcc.1065356.n5.nabble.com/not-recognized-in-4-1-1-tp925176.html
Sent from the gcc - Help mailing list archive at Nabble.com.


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