This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re: Where is C++'s math.h's double abs(double)?


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


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