Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: newbie question

From: Marcin Zalewski (zalewski_at_[hidden])
Date: 2006-11-30 13:47:28


Karl,

late_check probably solves your problem temporarily but you should be
aware that it just "turns off" the where clause, reverting to the usual
instantiation rules.

I looked at your code and I didn't really see the problem so I suspect
compiler bug. I can be wrong though, so let's see what experts have to say.

-m

Karl Meerbergen wrote:
> Marcin,
>
> Just before the where clause. That did solve the problem.
> It does not block my work at this stage. I do not understand myself why
> it worked with the insertion of late_check.
>
> Karl