Subject: Re: [boost] [release] permission to merge atomic and lockfree
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-12-10 14:00:42


On Mon, Dec 10, 2012 at 7:52 PM, Tim Blechmann <tim_at_[hidden]> wrote:
>>> * there are some test failures for msvc on 64bit platform. afaict, it
>>> is mainly a configuration issue.
>>
>> I don't know enough about this, so I'll leave it up to you.
>
> actually, i might need some help from someone who has access to msvc ...

I have committed a fix (rev. 81831) that should solve the problem.
Although it seems that Windows support is rather preliminary (if I got
it right, all atomic operations are implemented through CAS rather
than specific atomic instructions). Let's see how the tests run.