Boost logo

Boost :

Subject: Re: [boost] [config] Changes to reflect Visual C++ "15" preview 5
From: Olaf van der Spek (ml_at_[hidden])
Date: 2016-10-13 16:34:44


On Wed, Oct 12, 2016 at 7:31 PM, Billy O'Neal (VC LIBS)
<bion_at_[hidden]> wrote:
>>Is static preferred over app-local? I thought it was the other way around.
>
>
> Static is preferred if it works for you. Unfortunately there are circumstances where you can't tolerate multiple CRTs in the same process because you need some global state to be synchronized, and in such cases the only option is to use the DLL.
>
>>Windows Update?
>
> Windows Update deploys the UCRT, and you just said that wasn't OK for you :)

You lost me.. where did I say that was not OK for me?
If WU takes care of that, I shouldn't need vcredist right?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk