This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: possible patch



> > Just for the record, the functions in question aren't marked as inline;
> > they are defined in the header.
>
> I guess they are not only defined in the header, they are actually
> defined within their class. In C++, this means they are implicitly
> declared inline (because otherwise, they would violate the odr).

Yes, they are defined in the class itself; that's what I meant.
(Mea culpa; I should have been more clear.)

Hmmmmm... the inliner is on at -O... I have some doc rewriting to do.


Phil


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