help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does order of inline function definitions matter?


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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]