
27 Oct
2009
27 Oct
'09
9:57 a.m.
This little snippet complies fine with the /Ze switch which enables Microsoft extensions
#include <boost/integer.hpp> int main(){ return 0; } But if you disable microsoft extensions with the /Za switch then you get the following errors mess of errors.
It appears this has been fixed in Trunk for a while, but the library maintainer hasn't merged to release, either for 1.40 or 1.41 :-( Probably the best thing to do is file a bug report at svn.boost.org. Sorry I can't be more helpful, John.