Subject: Re: [boost] [integer] Compilation failed in Visual Studio
From: Adam Badura (abadura_at_[hidden])
Date: 2009-09-09 12:16:58


> It compiles fine for me. Can you try running just
> cl -Id:\libraries\boost_1_40_0 <test file>.cpp
> to check whether it's the result of some compiler option?

    That compiled fine.

    And I identified the option. If "Disable Language Extensions" (/Za) is
set to "Yes" the errors appear. The same seems to be true with VS 2005 since
I experience there the same error messages and the option was active as
well. Can we do anything about it?

    Adam Badura