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]

Re: :: not recognized in 4.1.1


On 28 March 2013 09:16, chinhow wrote:
> 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?

This question is very difficult to answer because you haven't given
enough information,

Is that your entire code?  Is bmdbFile defined?  How are you
attempting to compile it?


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