bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bugs with C++ and gmp-4.0


From: Kevin Ryde
Subject: Re: bugs with C++ and gmp-4.0
Date: 18 Dec 2001 07:33:40 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Nathalie Revol <address@hidden> writes:
> 
> extern "C" {
> #include "gmp.h"
> #include "gmp-impl.h"
> #include "mpfr.h"
> #include "mpfr-impl.h"
> }

gmp.h has it's own extern "C", and adding an extra one like this seems
to be upsetting the C++ prototypes in that file (which are not meant
to be extern "C").



reply via email to

[Prev in Thread] Current Thread [Next in Thread]