More info...

Carlo Wood carlo@runaway.xs4all.nl
Sat Oct 31 17:59:00 GMT 1998


Hi again,

the code snippet I just posted does not crash the compiler if I
change the line:

friend void busy_interface_ct::queue(event_request_btct<EVENTTYPE> *event_request, const EVENTTYPE &event_type);

into

friend class busy_interface_ct;

I think its related to the fact that this queue() method is declared inline.

Regards,

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>

PS It even compiles without errors/warnings then (yes, I am getting there ;).



More information about the Gcc-bugs mailing list