This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/7706: asinh, acosh, atanh are not put in std:: by <cmath>
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 24 Aug 2002 06:06:01 -0000
- Subject: Re: libstdc++/7706: asinh, acosh, atanh are not put in std:: by <cmath>
- Reply-to: Gabriel Dos Reis <gdr at integrable-solutions dot net>
The following reply was made to PR libstdc++/7706; it has been noted by GNATS.
From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/7706: asinh, acosh, atanh are not put in std:: by <cmath>
Date: 24 Aug 2002 07:56:29 +0200
Sylvain Pion <Sylvain.Pion@sophia.inria.fr> writes:
| On Sat, Aug 24, 2002 at 12:50:22AM +0200, Gabriel Dos Reis wrote:
| > Sylvain.Pion@sophia.inria.fr writes:
| >
| > | >Description:
| > | The C++ standard says all functions from the standard C library from
| > | math.h should be put in namespace std by <cmath>.
| >
| > This is a known and recurent issue with inherited C headers.
|
| So is it just an oversight of libstdc++ that these 3 functions are
I won't say it was an oversight.
| not treated
| like sin, cos, tan, asin, acos, atan, sinh, cosh, tanh ?
| If so I may give a try at adding support for them.
Please.
-- Gaby