11 Nov
2003
11 Nov
'03
2:23 a.m.
On Mon, 10 Nov 2003 14:14:04 -0800, Nick Savoiu wrote
I'm trying to compile some boost code on VC+7.1 but I get:
e:\users\savoiu\Projects\boost-1.30.2\boost\concept_check.hpp(183) : error C2632: 'long' followed by 'long' is illegal
Do I need any #defines when using Boost with VC++7.1 or should it work right out of the box?
I believe this is an error in the concept_check code. Try changing the 'long long' to boost::int64_t. Jeff