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


It should be noted that the only way to make a library that is entirely
implemented in its header files is to declare *everything* inline.  Thus,
sometimes inline is used without the programmer intending it to mean
anything about performance one way or the other.

Stephan T. Lavavej
http://stl.caltech.edu




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