Subject: Re: [boost] [Boost.Build] Lots of issues with Boost.Test in Trunk?
From: John Maddock (john_at_[hidden])
Date: 2009-11-23 13:11:29


> -<toolset>msvc:<cxxflags>/Za # (Re-)Enable MS extensions if these are
> definitely
> required for specific module.
>
> as suggested, worked for me.

Sure, explicitly setting that option works, but really the existing code
*should* work - we want requirements on dependencies to be correctly
propagated upwards.

Cheers, John.