This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: :: not recognized in 4.1.1
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: chinhow <how_lim82 at hotmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 28 Mar 2013 09:18:17 +0000
- Subject: Re: :: not recognized in 4.1.1
- References: <1364462175387-925176 dot post at n5 dot nabble dot com>
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?