F
Fernando Cacciola
Hi,
I'm having a very strange problem with VC8
When compiling a library called gmp (v 4.1.4); with win32 patches applied
for VC7 (VC8 is not directly supported yet), I get this error all over
pretty much every system header:
C2485 __restrict__ is an invalid attribute.
The offending code, in places like malloc.h, stdlib.h, etc,
contains the macro _CRTRESTRICT, which is defined in crtdefs.h as
__declspec(restrict)
But that attribute _is_ valid....
Any ideas?
TIA
Fernando Cacciola
I'm having a very strange problem with VC8
When compiling a library called gmp (v 4.1.4); with win32 patches applied
for VC7 (VC8 is not directly supported yet), I get this error all over
pretty much every system header:
C2485 __restrict__ is an invalid attribute.
The offending code, in places like malloc.h, stdlib.h, etc,
contains the macro _CRTRESTRICT, which is defined in crtdefs.h as
__declspec(restrict)
But that attribute _is_ valid....
Any ideas?
TIA
Fernando Cacciola