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: std::pow implementation


> Defining a member function within a class declaration has exactly the
> same meaning.  And that has been documented in every manual since 1981.

Yes, we all agree that the as-if standard meaning is the same, that is
never in dispute. A compiler that ignores all inlining is perfectly
well in conformance, and that might make sense on a machine which favors
this approach, e.g. the transputer where a call is much faster than a jump.


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