Mike wrote:
> inline void a ()
> {
>     b();
> }
> 
> inline void b ()
> {
>     do_something();
> }

This won't even compile, so what's the point?

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to