std::pow implementation

Richard Guenther rguenth@tat.physik.uni-tuebingen.de
Wed Jul 30 16:06:00 GMT 2003


> Something seems fundamentally wrong here, and I think it is C++'s property
> to automatically put the "inline" tag on all functions defined in a class
> body, even if they don't have the "inline" keyword. But I see no chance
> to get this changed.

-fno-default-inline is your friend.

Richard.



More information about the Gcc mailing list