bug in release-1.0 with respect to method pointers?

Olivier Galibert Olivier.Galibert@mines.u-nancy.fr
Thu Dec 4 15:02:00 GMT 1997


On Thu, Dec 04, 1997 at 11:18:02AM -0500, Dale Martin wrote:
> Hello.  I'm trying to compile a large project I'm working on with
> egcs-1.0.  I'm immediatley having compilation problems.  Here is some code
> that precisely illustrates the problem:

Your code is invalid. Use (note the &) :
  u->printResult( ca1, &commonAbstract::returnInt );

and then it works.

  OG.



More information about the Gcc mailing list