Boost logo

Boost :

Subject: Re: [boost] [1.54] [thread] MSVC build broken
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-06-16 14:04:09


On Sun, Jun 16, 2013 at 9:57 PM, Andrey Semashev
<andrey.semashev_at_[hidden]>wrote:

> On Sat, Jun 15, 2013 at 3:17 PM, Vicente J. Botet Escriba <
> vicente.botet_at_[hidden]> wrote:
>
>> Please, could you try by changing
>>
>> #if defined(BOOST_MSVC)
>>
>> by
>>
>> #if defined(BOOST_MSVC) && _MSC_VER >= 1600
>
>
> Yes, that seem to fix the problem in my local runs. Will you commit it?
>

BTW, you may be interested in the new BOOST_DELETED_FUNCTION macro I added
to Boost.Config recently. Though I didn't inspect Boost.Thread code closely
to see if it's suitable.


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