This is the mail archive of the gcc-patches@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: [C++] fix alias and members


On 06/08/2010 03:29 PM, Nathan Sidwell wrote:
hm, ok, but a weakref must have static (local) linkage, which is
something a member function cannot have. The case where a member
function could behave as-if it had static linkage would be in an
anonymous namespace. But in that case the class itself is local to the
TU. So again, I think we're ok.

Fair enough.


Jason


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