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: Sylvain Pion <Sylvain dot Pion at sophia dot inria dot fr>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 23 Aug 2002 23:36:01 -0000
- Subject: Re: libstdc++/7706: asinh, acosh, atanh are not put in std:: by <cmath>
- Reply-to: Sylvain Pion <Sylvain dot Pion at sophia dot inria dot fr>
The following reply was made to PR libstdc++/7706; it has been noted by GNATS.
From: Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
To: Gabriel Dos Reis <gdr@integrable-solutions.net>
Cc: Sylvain.Pion@sophia.inria.fr, gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/7706: asinh, acosh, atanh are not put in std:: by <cmath>
Date: Sat, 24 Aug 2002 01:26:49 +0200
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 not treated
like sin, cos, tan, asin, acos, atan, sinh, cosh, tanh ?
If so I may give a try at adding support for them.
--
Sylvain