This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: private (class)function symbol pruning


* Karl Vogel:

> I was wondering why G++ exports private class functions in shared libraries 
> and also how to prevent G++ from doing this, without having to add 
> __attribute__((visibility ("hidden"))) to every private function?!

Inline member functions have access to these private members and might
be compiled into application code.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]