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 [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
