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]
Other format: [Raw text]

Re: complex.h


On Mon, 13 Aug 2012, Gabriel Dos Reis wrote:

On Fri, Aug 10, 2012 at 7:00 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
Let's CC Gaby, who likes to keep an eye on patches involving <complex>

Thanks Jonathan.


The patch is OK -- though I suspect we should have a documentation note
about the extension of allowing other C99 complex functions in <complex.h>.

Thanks.


What about adding at the end of this page:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/numerics.html#numerics.complex.processing

"As an extension to C++11 and for increased compatibility with C, <complex.h> includes both <complex> and the C99 <complex.h> (if the C library provides it)."

(there may be better places and better explanations...)

--
Marc Glisse


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