Re: Fwd: Re: Fwd: Re: [PATCH] libkdeinit symbol pruning
André Wöbbeking <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 21 July 2004 14:10, Karl Vogel wrote: > André Wöbbeking wrote: > > I don't understand why invisibility isn't the default (at least per > > command line option) for private class member and things declared > > in CPPs. > > Well I wondered about that too.. so I put the question to the > gcc-devel mailinglist: > > " > Inline member functions have access to these private members and > might be compiled into application code. > " > -- http://article.gmane.org/gmane.comp.gcc.devel/51576 But that can't happen to things declared in CPPs specially for things in anonymous namespaces. André