This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
no matching function for call to... (ctd.)
- From: a9028033 at unet dot univie dot ac dot at
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 23 Feb 2004 14:25:22 +0100
- Subject: no matching function for call to... (ctd.)
- Reply-to: a9028033 at unet dot univie dot ac dot at
Hi to all once again,
I think I solve the problem by substituting
in the intraHO class constructor:
intraHOfailure.setHOexeFunction(&intraHO::execute_intraHO);
intraHCSfailure.setHOexeFunction(&intraHO::execute_HCS_HO);
intraHOfailure.setFailureFunction(&intraHO::failure_intraHO);
intraHCSfailure.setFailureFunction(&intraHO::failure_HCS_HO);
gcc is really -pedantic without to specify the mentioned option :)
Regards, Iavor.