Where is C++'s math.h's double abs(double)?
Gabriel Dos Reis
Gabriel.Dos-Reis@cmla.ens-cachan.fr
Mon Apr 2 17:34:00 GMT 2001
Benjamin Kosnik <bkoz@redhat.com> writes:
| > " Each C header, whose name has the form name.h, behaves as if each name
| > placed in the Standard library namespace by the corresponding cname header is
| > also placed within the namespace scope of the name-space std and is followed
| > by an explicit using-declaration (7.3.3) 3
|
| yeah yeah yeah
|
| :)
|
| You are right, of course.
double abs(double)
should not be declared in <math.h>
-- Gaby
More information about the Libstdc++
mailing list