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).

Martin


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