This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [Patch] libstdc++/14493


Howard Hinnant <hhinnant@apple.com> writes:

[...]

| Is gcc inlining the virtual?

It does not matter: the virtual call semantics (irrespective of what
inlining or not) guarantees that the patch does not mess up with the
*final overrider*.  

-- Gaby


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