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: 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


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