14 Nov
2003
14 Nov
'03
11:19 a.m.
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.