Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 11:13:47 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        Paul Marquis <pmarquis@pobox.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Bug in g++ 2.95.4 (Pointer to member functions) 
Message-ID:  <200304300113.LAA04296@lightning.itga.com.au>
In-Reply-To: Your message of Tue, 29 Apr 2003 15:00:53 -0400.

next in thread | raw e-mail | index | archive | help

pmarquis@pobox.com said:
> I think your public methods for the class Class should be static. 

Well, you could make them static but that changes the meaning of the program.  
The original was a valid (if unusual) design and should be accepted by the 
compiler.

The compiler is not maintained by FreeBSD, so C++ bugs should be reported to
the egcs web page.  But I suspect they'll say "fixed in egcs 3.x" so there's
probably not much that can be done for FreeBSD 4 other than install and use the
gcc33 port for your application (and all the libraries linked with it!)

Greg.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304300113.LAA04296>