This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/7706: asinh, acosh, atanh are not put in std:: by <cmath>


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


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