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


dewar@gnat.com (Robert Dewar) writes:

| > But this implies an "inline" directive
| > which would more or less _force_ the compiler to always inline the code.
| 
| Yes, but there is nothing in the standard or in common sense that requires
| you to treat this implicit inline the same way you would treat other inlines,

there is nothing like "implicit" inline and other inlines in C++.

-- Gaby


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