-----Original Message----- From: Bill Hart
Sent: Friday, October 12, 2012 10:46 PM
To: [email protected]
Subject: Re: [mpir-devel] MPIR 2.6.0 alpha1 released

[snip]

================================
If we want a test for this we can add one to the test suite and only invoke
it on systems that have stdint.h.

This would be easy on Windows but I accept that this may not be on *nix.

This is *not* possible on linux. The presence or otherwise of stdint.h
is not a feature of the compiler (before c99) but a feature of the
libc. There simply isn't a way to do compile time testing for its
existence. You absolutely have to use the HAVE_STDINT_H flag provided
by configure in config.h.

For that reason, we can't get around using config.h in our tests.

========================
Ok, that work we don't need to do :-)

I have made a change to the _MSC_VER guard in mpirxx.h to exclude things before MSVC 10.

   Brian

--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to