14 Nov
2003
14 Nov
'03
5:16 p.m.
Hmm.... I'm using the files from boost-1.30.2.zip.
Nick
"John Maddock"
Compile it as is with /W4 and /Za. It compiles albeit with a slew of warnings.
OK.
Now move
#include <iostream> #include <vector>
before
#include
and recompile.
You should get:
...\boost\boost\concept_check.hpp(183) : error C2632: 'long' followed by 'long' is illegal
Nope, compiles OK for me still: this is with the latest cvs, is that what you're using?
John.