
Its interesting that a problem was reported here on 7 July 2009 http://lists.boost.org/Archives/boost/2009/07/153798.php and here on 7 September 2009 http://www.nabble.com/-1.40.0--Compilation-errors-in-Visual-Studio-tt2533642... but it didnt seem to click until today with John Maddock's post cheers Jeremy John Maddock wrote:
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.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost