|
From: | Ulrich Eckhardt |
Subject: | Re: Does order of inline function definitions matter? |
Date: | Fri, 30 Jun 2006 20:55:27 +0200 |
User-agent: | KNode/0.10.2 |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |