This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: std::pow implementation
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: dewar at gnat dot com (Robert Dewar)
- Cc: martin at MPA-Garching dot MPG dot DE, gcc at gcc dot gnu dot org
- Date: 30 Jul 2003 16:00:45 +0200
- Subject: Re: std::pow implementation
- Organization: Integrable Solutions
- References: <20030730135250.D230EF2DFE@nile.gnat.com>
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